Questions tagged [spring-tool-suite]

Spring Tool Suite (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

The Spring Tool Suite™ (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications. STS supplies tools for all of the latest enterprise Java and Spring, and comes on top of the latest Eclipse releases.

Included with STS is the developer edition of Pivotal tc Server, the drop-in replacement for Apache Tomcat that’s optimized for Spring. With its Spring Insight console, tc Server Developer Edition provides a graphical real-time view of application performance metrics that lets developers identify and diagnose problems from their desktops.

STS supports application targeting to local, virtual and cloud-based servers. It is freely available for development and internal business operations use with no time limits.

For more info visit - http://spring.io/tools

Please tag your question under if it is more related to its core features.

1372 questions
6
votes
1 answer

How avoid Eclipse load test-class file in to classpath when Java app run?

I am using STS to develop a large Spring Boot based application. We have multiple maven projects and a parent project to include them all. Each project has own testing code and config files. When I run the Spring Boot application in the main entry…
Chris
  • 6,431
  • 10
  • 44
  • 59
6
votes
1 answer

"CTRL + SHIFT + o" for organize import not working in STS

I have to remove unused imports in my project. Previously i was using eclipse but now i work on STS. In STS "CTRL + SHIFT + o" is not working to remove unused imports.
Devram Kandhare
  • 771
  • 2
  • 8
  • 20
6
votes
0 answers

Disable STS (Eclipse) 'Method stub' suggestion

The question is about Eclipse configuration (in fact I use STS but it's pretty much the same). Every time when I'm declaring some field in class Eclipse suggests me Method stub as the first position and only then the needed class, e.g. if I want to…
skwisgaar
  • 880
  • 2
  • 13
  • 31
6
votes
4 answers

Spring Tool Suite launch error - Java was started but returned exit code=13

I followed these following questions and answers: link1 link2, link3, link4 But still i am not getting solution for my problem. My STS.ini file is: STS.ini, And I got error is:STS launching error. If anyone has solution please respond.
AKA
  • 618
  • 1
  • 5
  • 12
6
votes
5 answers

How to solve the 'Unable to find Asm for stackmap generation' error on startup of STS?

I am trying to use the Spring Tool Suite 3.8.3 on Ubuntu 16.04. Upon startup I get this error: An internal error occured during: "Initializing Java Tooling" with the detailed message: An internal error occurred during: "Initializing Java…
Martin Drozdik
  • 12,742
  • 22
  • 81
  • 146
6
votes
1 answer

STS 3.8.3 Mac-OS forgets all settings (and installed plugins) on reboot

So very weird, first time I ever saw this, problem install STS version 3.8.3-release on Macbook Pro running mac osSerria v10.12.3. Here's what's I do: Down load the STS distro spring-tool-suite-3.8.3.RELEASE-e4.6.2-macosx-cocoa-x86_64.tar.gz from…
AstarAndy
  • 121
  • 1
  • 8
6
votes
3 answers

Intellij, Spring dev tools remote, Docker, error Unexpected 404 response uploading class files

Im trying to use Spring Boot Dev tools (Spring Remote), and automatically upload recompiled files to my docker container. I keep receiving Unexpected 404 response uploading class files This is my docker file: FROM java:8 WORKDIR /first ADD…
IturPablo
  • 1,572
  • 2
  • 22
  • 35
6
votes
4 answers

multiple issues with spring tool suite 3.6.3 release

I have wanted to learn Spring MVC and I took look at javavids - YouTube, I wanted to follow along with this series but I have multiple problems/issues First I rebuild the Global repo in Maven Repositories Solved then I created Maven project but…
Arshad Ali
  • 3,082
  • 12
  • 56
  • 99
6
votes
3 answers

Exception while starting spring web mvc application

My spring project works fine when I am using spring 3.2.9 but if I changed it to 4.1.4 I get following exception when i m starting the application. 4.1.4.RELEASE here is the exception…
nikdroid
  • 97
  • 1
  • 1
  • 6
6
votes
1 answer

M2E Failed to load all dependencies

I am using Spring Tool Suite 3.6.3 and M2E eclipse plugin 1.4.1, when I opened the POM file from one of the project, I observed not all the dependencies are getting added, I have added depnedecy configuration for jaxws-rt with version 2.2.8 which…
6
votes
2 answers

Spring Boot app deployed to Glassfish is giving strange results

As mentioned here, I am having a heck of a time getting my small Spring-Boot project to deploy "correctly" to Glassfish. It runs fine using the embedded Tomcat, but once I try and move it into my organization's environment (Glassfish 3.1.2) I get…
Bane
  • 1,772
  • 3
  • 21
  • 28
6
votes
2 answers

Spring Security 3.2.0.RC1 - element and deprecated method

After upgrading to Spring Security 3.2.0.RC1 I'm getting the warning "Method 'setFilterProcessesUrl' is marked deprecated" for in my xml config. I get this warning even for a very simple configuration:
John29
  • 3,340
  • 3
  • 32
  • 50
6
votes
4 answers

Unable to update maven configuration for the following project in spring tool suite

I'm getting this error for my project that is working well in my other PC. I have imported Maven project and tried to update maven dependencies and it says.... Unable to update maven configuration for the following project and Updating Maven has…
MobiDev
  • 61
  • 1
  • 1
  • 2
5
votes
1 answer

Lombok : constructor is undefined

I am using lombok in a spring project and building with gradle. All of the things were woking fine before. suddenly some errors have started coming. Error is "Constructor(Constructor name) is undefined". Have given all the DTO…
Anjali
  • 1,623
  • 5
  • 30
  • 50
5
votes
2 answers

STS : Failure to create Java Virtual Machine

I am unable to start my STS (Spring Tool Suite) on my new macOS - High Sierra Version - 10.13.6 The following are the contents of my STS.ini…
saranya elumalai
  • 429
  • 2
  • 5
  • 14