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
14
votes
5 answers

Hiding Duplicate Toolbars Items in Eclipse

I don't know how, but my STS has got duplicate toolbars items and I am not sure how to remove them. Here is how my duplicated toolbar looks like. I want to get rid of these. I tried to hide the toolbar but that didn't help. Does anybody have any…
divinedragon
  • 5,105
  • 13
  • 50
  • 97
14
votes
2 answers

Failed to start component - ZipException: invalid LOC header (bad signature)

I have gone through similar posts around. I have tried most of those solutions but was not able to get rid of the error I am getting. Expecting some help on this. This error came after I added maven dependancies to deployment assembly. I am using…
eccentricCoder
  • 846
  • 1
  • 14
  • 35
14
votes
6 answers

Spring Tool Suite download and installation

I've downloaded spring-tool-suite-3.6.1.RELEASE-e4.4-win32-x86_64.zip and getting the following error while trying to unzip and install: Error 0x80010135: Path too long POM.properties Type PROPERTIES File Date Modified 6/11/2014 12:47PM Size 146…
Shar
  • 141
  • 1
  • 1
  • 3
13
votes
4 answers

Unknown referenced nature: org.springframework.ide.eclipse.core.springnature

In STS 4, my Java 10 Spring Boot 2.1 project warns me: Unknown referenced nature: org.springframework.ide.eclipse.core.springnature How can I fix this?
Jan Nielsen
  • 10,892
  • 14
  • 65
  • 119
13
votes
9 answers

Lombok and STS issue - Method undefined

I have STS version 3.6.3.SR1 that's based on Eclipse Luna 4.4.1. I did the following steps: Download and run the Lombok runnable jar and gave the path of my STS. I verified the entries of vmargs, but was missing Xbootclasspath and added it…
Karthik R
  • 5,523
  • 2
  • 18
  • 30
13
votes
5 answers

Spring Tool Suite 3.6.1 won't update

Updating the Spring Tool Suite in Eclipse Luna, I get the following error since I turned off the option to download updates for Eclipse 3.7: **An error occurred while collecting items to be installed session context was:(profile=DefaultProfile,…
gechenique
  • 309
  • 1
  • 3
  • 15
13
votes
2 answers

Grails GGTS IDE GrailsProcessDiedException: Grails process died

I have faced following weird exception on GGTS IDE . Command terminated with an exception: org.grails.ide.eclipse.longrunning.client.GrailsProcessDiedException: Grails process died (see details for partial output) Grails process died …
daimon
  • 173
  • 1
  • 7
12
votes
1 answer

Eclipse Spring Tool Suite add dependencies using GUI after project creation

Every time I start a new Spring Boot project - using Spring Tool Suite and now as STS4 - through Spring Starter Project I can add dependencies using GUI like on the screenshot below. It's very convenient to choose dependencies in GUI. But sometimes…
Michael Dz
  • 3,655
  • 8
  • 40
  • 74
12
votes
4 answers

Where is --spring.output.ansi.enabled configured?

I have inherited a java Spring Boot project and I'm new to most java configurations. When I run this application in debug mode the first argument passed to my application as args[0] is --spring.output.ansi.enabled=always. I have searched my project…
phil
  • 1,938
  • 4
  • 23
  • 33
12
votes
5 answers

How to debug grails command

When I run dbm-generate-changelog exception is thrown. I would like to debug this script but I can't figure how to do it. I tried to put breakpoint to the script file _DatabaseMigrationCommon.groovy and then in eclipse created new "debug…
svobol13
  • 1,842
  • 3
  • 25
  • 40
11
votes
1 answer

No processor claimed any of these annotations

Upgraded from java 8 to java 11 and getting below warnings for annotations.Please suggest how to resolve. [WARNING] No processor claimed any of these annotations:…
surm
  • 167
  • 2
  • 11
11
votes
4 answers

Spring application returning empty JSON

I've started reading "Learning Spring Boot 2.0 - Second Edition: Simplify the development of lightning fast applications based on microservices and reactive programming" and am having trouble with one of the first sample programs. When I do a GET on…
runnerpaul
  • 5,942
  • 8
  • 49
  • 118
11
votes
5 answers

Not able to install sonarlint plugin in Platform: Eclipse Mars.1 (4.5.1)

Trying to install sonar lint plugin in STS tool, it is not installing and says Sonar lint not compatible with this version of eclipse. Find the versions details. Spring Tool Suite Version: 3.7.2.RELEASE Build Id: 201511261048 Platform: Eclipse…
Mohankumar Rathinam
  • 623
  • 1
  • 11
  • 25
11
votes
9 answers

JRE issue with getting Spring Tool Suite installed

I downloaded Spring Toolset 3.6 from here: https://spring.io/tools/sts/all Unzipped it, launched sts.exe and got this error: --------------------------- STS --------------------------- A Java Runtime Environment (JRE) or Java Development Kit…
Chad
  • 23,658
  • 51
  • 191
  • 321
11
votes
5 answers

Is there a Quick Search Tool in IntelliJ iDEA?

In STS (Spring Tool Suite) version, We have this quick search plugin (Ctrl+Shift+L) that quickly spawns a dialog box that progressively displays all found occurences of the text provided in the project. Is there such thing in IntelliJ IDEA? A good…
Chazz
  • 186
  • 1
  • 8
1 2
3
91 92