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
5
votes
1 answer

no integration graph view in eclipse sts 4?

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...
Mark C
  • 185
  • 1
  • 7
5
votes
4 answers

java.lang.ClassCastException: ConditionalOnJava$JavaVersion cant be cast to org.springframework.boot.system.JavaVersion

My project was running fine in another PC. but I imported it in another PC using import existing maven project. In new PC setup I have below settings: Project -> properties -> java compiler version -> set to 1.8 Project -> project facets -> java…
R Dhaval
  • 536
  • 1
  • 9
  • 21
5
votes
3 answers

the type org.springframework.data.repository.query.QueryByExampleExecutor cannot be resolved. It is indirectly referenced from required .class files

Good morning, I have a head the end of the week with an error in the project that I'm doing for the study of springboot + angular + jpa. At the time of doing a service management class, I used it according to the tutorial of an extended class of…
Barzectree
  • 77
  • 1
  • 2
  • 7
5
votes
2 answers

Eclipse resetting compiler settings to java 1.5

I have just cloned a git repository for a maven project and then imported the project into STS as a maven project. I set up the project and sub-modules as java 1.8 projects and then ran a maven update and then noticed that all the java 1.5 compiler…
berimbolo
  • 3,319
  • 8
  • 43
  • 78
5
votes
2 answers

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

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…
mekazu
  • 2,545
  • 3
  • 23
  • 21
5
votes
0 answers

JDK 8 Issue in Spring Tool Suite : cannot be cast to sun.awt.Win32GraphicsEnvironment

Getting error in Spring Tool Suite. It comes randomly on console log of STS. Checked on other questions but did not get solution. Here is the complete log: java -version java version "1.8.0_91" Java(TM) SE Runtime Environment (build…
atul ranjan
  • 524
  • 5
  • 12
5
votes
1 answer

What is the best way to attach javadoc to my SpringBoot application in STS?

Using Spring Boot in my application: org.springframework.boot spring-boot-starter-parent 1.5.2.RELEASE