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
11
votes
9 answers

svn: E155021: This client is too old to work with the working copy at xxx (format '31')

I am trying to import some gradle projects in my Spring Tool Suite . I have installed Subclipse 1.10.5 in my STS and svn client installed in my machine is 1.8.8 . I have tried downgrading to 1.7.10 on my mac but still I get the same problem while…
Ankur Garg
  • 2,553
  • 8
  • 30
  • 41
11
votes
2 answers

Excluding Synthetic Classes in Emma within STS

When trying to run Coverage as or run a maven build using emma:emma I get the following: java.lang.IllegalStateException: Could not access method: Can not set static final [Z field packageName.ClassName.$jacocoData to [Z So I searched around…
mstelz
  • 610
  • 4
  • 9
  • 19
10
votes
5 answers

Spring/Spring bean configuration file option is missing in STS

I am just following a tutorial , where in I need to add a spring configuration file but I don't see spring / Spring bean configuration file option in Spring Tool Suite 4 (Version: 4.0.1.RELEASE), could somebody help me where to find that option As…
Ravi kiran
  • 135
  • 1
  • 1
  • 6
10
votes
6 answers

Eclipse Spring Tools missing content assist/ autocomplete

new year - new problems ;) I'm working on a Linux machine and I've just installed a new Eclipse. Version: Oxygen.2 Release (4.7.2) Build id: 20171218-0600 JRE: java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java…
morecore
  • 900
  • 3
  • 14
  • 32
10
votes
1 answer

Spring Tool Suite marks occurrences only after ten second delay

I am running STS (Kepler/3.5.1.RELEASE) and experiencing an annoying issue in which Java editors will highlight occurrences of a variable/method/etc. only after a ten-second delay. This behavior seems to happen regardless of the following: number…
Ignatius
  • 235
  • 3
  • 10
9
votes
9 answers

Spring Tool Suite AutoComplete / Content Assist not working - No proposal kinds present in settings

I'm trying to use Spring Tool Suite 4 with Eclipse Oxygen, but the Auto Complete / Content Assist features specific to Spring Tool Suite do not seem to be present. The normal eclipse content assist appears, but nothing specific to STS will appear.…
Alex A
  • 521
  • 1
  • 4
  • 16
9
votes
0 answers

Spring Tool Suit Generate JPA Entity from Database : Solution

G9 plugin from Marketplace in Spring Tool Suit or Eclipse did job done. Install Plugin G9 Select Project (JAVA) Import "Import Database Model" Select JDBC Driver (In my case mysql) Maintain JDBC Connection New Provide Driver Name, Add Jar, Port,…
Swarit Agarwal
  • 2,520
  • 1
  • 26
  • 33
9
votes
9 answers

Can't create a spring starter project in spring tool suite

JSONException: A JSONObject text must begin with { at character 0 I used spring-tool-suite-3.9.1.RELEASE-e4.7.1a-win32-x86_64, why can't I create a project directly in File->New->Spring Starter Project I got the screenshot below.
董嘉鹏
  • 91
  • 1
  • 1
  • 2
9
votes
5 answers

Entity cannot be resolved to a type

I'm trying to do a simple app with Spring. I installed the plugin spring (Spring Tool Suite (STS)) for eclipse. I added Maven dependencies in the file pom.xml but did not load the jar files. I can not import the @Entity @Id in my class Produit and I…
Dev M
  • 1,519
  • 3
  • 29
  • 50
9
votes
5 answers

Spring Boot, update frontend without restarting the application

In the Spring Boot make the frontend part update without restarting the application?
wss.world
  • 281
  • 1
  • 4
  • 5
9
votes
5 answers

Indirectly referenced from required .class files

I'm getting below error in STS: The type org.springframework.core.env.EnvironmentCapable cannot be resolved. It is indirectly referenced from required .class files
Srinivasan
  • 11,718
  • 30
  • 64
  • 92
8
votes
0 answers

How to add VSCode key-map to Eclipse?

Does anybody know a quick and simple way to get the VSCode key-map in Eclipse? I primarily work within VSCode, and soon will also be working within STS (Spring Tool Suite) (which is just Eclipse with the STS plugin). I don't want to have to have to…
RonanCodes
  • 1,016
  • 9
  • 14
8
votes
0 answers

Show author and revision in Label Decorations for egit (eclipse)

I have been searching but I failed to find a proper solution, is there any way to show the author name and revision number for GIT in eclipse, like we do in SVN. Under the label decoration section, I do not see the option of author and…
icr
  • 211
  • 1
  • 2
  • 10
8
votes
2 answers

JUnit startup time is slow

I'm working on a fairly small project (in terms of dependencies), and whenever I run a unit test it takes 8 seconds for the JVM to load, before running the actual test in 0.2s. My environment: Java 8 Spring Tool Suite 3.8.1.RELEASE JUnit 4 Windows…
kinbiko
  • 2,066
  • 1
  • 28
  • 40
8
votes
1 answer

How to remove unwanted projects from STS Boot Dashboard

I'm using Eclipse STS 3.8.1 Is there anyway to remove apps from the Boot Dashboard? Reason for asking (Similar to my real world application/s): I have multiple Spring Boot applications, some of which use a shared library. In this library I have…
NeilA
  • 1,450
  • 2
  • 12
  • 20