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
-1
votes
2 answers

I need to transfer an already built maven project to a new machine

I cannot build the project again on the new machine as I do not have access to the Maven repository, nor do I have the access to the git repository. How would I accomplish this? I would assume that I would only need to copy the project directory…
Ebony Maw
  • 514
  • 7
  • 23
-1
votes
1 answer

How To create RestClient with Spring Boot Application in Spring Tool Suite

I am new to STS. I am creating RESTful Web Services with the Jersey implementation using the Gradle Build tool. Can any one tell me how to create or consume REST in STS?
Sagar K
  • 1
  • 2
-1
votes
1 answer

How to bind Spring project with SonarQube

how to bind Spring project with SonarQube, I have used STS(Spring Tool Suite) IDE for my project development. I started SonarQube in http://localhost:9000, and created the project under 'Projects' menu on sonarqube home page, but I can not link the…
AdamIJK
  • 615
  • 2
  • 12
  • 22
-1
votes
1 answer

How can I remove this expression?

I recently used this tool so I am bigger. when I wrote codes, suddenly this expression appeared. How can I remove this expression? thank you.
-1
votes
2 answers

Error : svn path not found

While trying to add repository in STS(Spring tool suite) for cheking out project, I am getting error as "svn path not found". But with same url i am able to checkout project in the folder(not through STS).
-1
votes
1 answer

eclipse(sts) html editor highlight syntax

I am struggle with html edit in STS IDE. I cant make work: syntax highlight code coloring Here is print screen: can any one help me?
masterdany88
  • 5,041
  • 11
  • 58
  • 132
-1
votes
2 answers

System.err.println shows no output

I am using STS 3.4 and working on a web application based on Grails framework. When i try to use System.err.println in groovy classes it does not print anything on standard eclipse console(STS console). Actually there are times when in print…
Sachin Verma
  • 3,712
  • 10
  • 41
  • 74
-2
votes
1 answer

"Loading available Gradle versions has encountered a problem" in workspace-spring-tool-suite

STS Error I was trying to install STS and this is the error that I'm facing on opening any existing project. I already have JDK installed on my system along with Eclipse IDE. What can I do to solve this? Any help would be appreciated. List of Errors
-2
votes
1 answer

could not launch the product because the specified workspace cannot be created eclipse

I have delete the .lock file but Still it's not working. I have delete whole .metadata file but still it's not opening the workspace. I have also create a new directory of workspace but same error. Give me solution of this error
-2
votes
3 answers

How to scan packages which are not in src/main/java?

Interviewer asked, How will you scan packages which are not in the src/main/java .. ie.. your classpath. He also said that this is very rare situation when you have to do this type of things.
-2
votes
1 answer

How to join 2 tables with different column name in spring tool suite with JPA?

Is it possible to join 2 table with different column name? Here is skillmodel class @Entity @Table(name = "x_skill") public class skillModel { @Id @Column(name="id") @GeneratedValue(strategy = GenerationType.IDENTITY) private long…
Shifa
  • 13
  • 1
  • 1
  • 5
-2
votes
1 answer

Eclipse SpringTestSuite 4/Spring Boot 2 Maven How do I exclude class execution when running tests?

I have an Eclipse SpringToolSuite 4.M12 IDE running Spring Boot 2 Web application. I have a class which is used to seed the database when running the application. When I run tests with JUnit5 using Run As/Maven Test, I'd like to prevent the class…
AixNPanes
  • 1,170
  • 3
  • 14
  • 33
-2
votes
3 answers

Spring boot :Unregistering JMX-exposed beans on shutdown

2018-06-07 15:22:45.991 INFO 6212 --- [ main] i.j.springbootstarter.CourseApiApp : Starting CourseApiApp on DESKTOP-N2HSE58 with PID 6212 (C:\Users\admin\Downloads\STSWork\course-api\target\classes started by admin in…
Manju Badiger
  • 11
  • 1
  • 5
-2
votes
1 answer

STS on MacOS Error: Cannot find main class (I've tried every solution I can find)

I'm relatively new to programming. I recently installed Spring Tool Suite (the only option I found for the Mac install was for a 64bit version) for Mac on my system, and after installing I created a test project using a java main class to sys out…
-2
votes
2 answers

What is causing java.lang.IllegalStateException: Ambiguous handler methods mapped for HTTP path

I'm getting the subject error message, however I can't figure out why. I have a fairly complex set of controllers. The subject controllers are as follows: package ws.daley.hollow.web.controller.admin; import java.util.Locale; import…
AixNPanes
  • 1,170
  • 3
  • 14
  • 33
1 2 3
91
92