spring-tool-suite

How to eliminate bogus “Referenced bean … not found” warnings in STS?

风流意气都作罢 提交于 2019-12-24 11:25:09
问题 STS (3.6.1 and others), Spring 4.1.x (latest), Spring Integration 4.1.2 In many Spring projects I work on in Eclipse/STS, we have numerous "Referenced bean not found" warnings. These often refer to internal Spring beans/classes, not legitimate mis-configuration of our own beans. Here's an example from one of our Spring Data JPA configurations: Referenced bean 'jpaMappingContext' not found [config set: c-r-core/primary] The relevant configuration is just: <?xml version="1.0" encoding="UTF-8"?>

Spring Tool Suite Getting Started guide does not work

淺唱寂寞╮ 提交于 2019-12-24 00:18:51
问题 I am trying to do the "Working a Getting Started guide with STS" (here: http://spring.io/guides/gs/sts/) using Spring Tool Suite (STS) (Version: 3.6.3.RELEASE), and there is no "Import Getting Started Content" wizard in the File menu. I try to import the "Spring Getting Started Content" and it says it's empty. I just want to run through the tutorial in the link. 回答1: Configure PROXY settings on Window -> Preferences -> Network Connections Change mode to Manual, enable for https, set proxy

Hibernate Tools in Spring Tool Suite 3.6.1

空扰寡人 提交于 2019-12-23 20:18:59
问题 I am trying to install Hibernate Tools plugin in my Spring Tool Suite 3.6.1 version, installation completes without any error but in am neither able to see Hibernate perspective nor I am getting options to reverse engineer hibernate classes. I have tried following without success: 1. Using Install new software option..., update site link is http://download.jboss.org/jbosstools/updates/development/luna/ 2. Install Red Hat JBoss Developer Studio (Luna) 8.0.0.CR1 from Eclipse Marketplace 3.

no integration graph view in eclipse sts 4?

别等时光非礼了梦想. 提交于 2019-12-23 18:35:27
问题 Don't even have the option of creating spring bean config files anymore, a slew of features just gone from the transition to 3.9 to 4? Seems like they sacrificed quite a bit on the eclipse end for that IDE agnosticism if this is the case... 回答1: The Spring Tools 4 do not contain any support for Spring XML configuration files anymore, we removed that support completely from the tooling. Spring Tools 4 focuses on Spring Boot and using annotations to configure your Spring application. As a side

Missing Spring Properties Yaml Editor and and Spring Properties Editor with Spring Tools 3.9.2

南楼画角 提交于 2019-12-23 18:20:33
问题 I had installed an earlier version of Spring Tools into an existing Eclipse Oxygen installation and I was able to select and use the Spring Properties Yaml Editor and Spring Properties Editor using the Open With... context menu but since upgrading to Spring Tools 3.9.2 those two editors are missing. Instead now I need to use plain text editors or something like YEdit YAML Editor which doesn't give me any of the nice spring related features. This is the same question as the first half of

Enable Spring Project Nature in STS 4 to fix XML Schema problems

安稳与你 提交于 2019-12-23 05:31:39
问题 I'm trying to apply the solutions (proper XML schema resolution) mentioned here which requires me to enable Spring project nature in an existing project in STS 4. According to this, there would be a Spring Tools context menu on which one can do “Spring Tools -> Add Spring Project Nature” . I'm not seeing that menu: My .project file has the following already: <natures> <nature>org.springframework.ide.eclipse.core.springnature</nature> <nature>org.eclipse.jdt.core.javanature</nature> <nature

import source code (meant for eclipse spring STS) into intellij

一个人想着一个人 提交于 2019-12-23 00:35:49
问题 How to import and run spring mvc github source code meant for Eclipse Spring STS into IntelliJ? What I did: downloaded working spring mvc project source code zip file https://github.com/simplyi/springmvc-ws?fbclid=IwAR2xKg6Oh0YHLuVJ2YEh2vt6cr1u3-4E4IzKnPMDJVc6nvI-BN6pRaPMKHQ 'import' upon starting Intellij don't know what configurations to pick so got a lot of errors. SO, followed this https://www.lagomframework.com/documentation/1.5.x/java/IntellijMaven.html?fbclid

Grails default package name

十年热恋 提交于 2019-12-22 07:07:30
问题 I am new to Grails and I like it very much. I want to place my classes in packages like org.company.project.module.model . Its quite painful for to me to repeat create-domain-class <package>.<class_name> . Is there something like "package templates" or can I somehow "enter" (like grails cd org.comopany... ) and then just write Class names ( grails Person will be generated in ./ location)? Is that possible or should I use copy paste design pattern? Thanks in advance for any help. 回答1: If I

Missing tools.jar when launching STS application

老子叫甜甜 提交于 2019-12-20 09:49:35
问题 i have the latest STS4.I am using installed java-1.8 jdk NOT embedded as the execution environment. My project just runs fine without any issue. However when I launch the STS application itself I have a pop up saying "Missing tools.jar" I have already tried I have tried pointing JAVA_HOME to different Jdk added -vm args in the .ini file. Yet I cannot get rid of this pop up. 回答1: The fix is in the -vm parameter. the order and the absolute path of the javaw.exe seems to be the issue. the readme

Optimal Performance tuning STS on Mac OS X

南笙酒味 提交于 2019-12-20 07:17:37
问题 What are the optimal performance tuning settings to put in my sts.ini file to ensure STS runs well on my Mac? I am looking to optimize two machines . One is a MacBook Pro with 16GB ram and a 6-core 2.6Gh i7 processor and the other is an 8GB dual-core processor 2.2Ghz. I am looking to get a faster overall speed for STS. The thing that really slows me down is the change event handler process. When it starts running then everything slows down. There are quite a few one-off guides around for