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
0
votes
3 answers

strange thing about eclipse and maven, and eclipse's auto build

I use STS and it's a spring web project. when i run maven build manually, shows: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". but this project still can auto build and deploy to tomcat so Does the eclipse use maven to build my…
lovespring
  • 19,051
  • 42
  • 103
  • 153
0
votes
1 answer

Issue running a spring 3 app on tomcat

I am using Spring Tool Suite with as server VMware vFabric tc Server Developer but I have to change for tomcat6. There isn't any errors or exceptions when I launch the app but I can't access it because of a 404 error from tomcat. Here are the…
BkSouX
  • 739
  • 5
  • 13
  • 29
0
votes
1 answer

Need url for STS for eclipse indigo 3.7

I need to install STS (Spring Tool Suite) in my eclipse indigo , please advise me which url will work that I can enter in ad new software option , I have just tried through eclipse market place but in the meantime it thorws the error and update was…
user2288721
  • 73
  • 1
  • 12
0
votes
1 answer

Can't read tc Server property [PropertyDecoder] due to a NoSuchAlgorithmException

My workmate and I are on the same environments: Spring Tool Suite 2.9.2 (Eclipse 3.7.2) Java 6 update 43 VMware vFabric tc Server v2.5, v2.6, v.27 (tomcat-7.0.20.B.RELEASE) My server has no problems when starting; however, his server has the…
theblang
  • 10,215
  • 9
  • 69
  • 120
0
votes
1 answer

Unexpected "IllegalStateException: Ambiguous mappng found" thrown by Spring MVC in standalone tomcat

I noticed a weird behavior in my Spring MVC application: My request mappings are all unique and I am positive there are no ambiguous mappings. I can run my app fine in STS's embedded tomcat. However when I drop a jar in a standalone tomcat, I…
balteo
  • 23,602
  • 63
  • 219
  • 412
0
votes
1 answer

Cannot set root directory of a web app in Spring Tool Suite

I have a spring mvc web project developing on STS 3.1, lets name it MYPROJECT. When I run it on Apache Tomcat 7, I have to type "http://localhost:8080/MYPROJECT" but I want it to run on the root "http://localhost:8080/" how can I set the deployment…
hevi
  • 2,432
  • 1
  • 32
  • 51
0
votes
0 answers

Autocomplete of composite component attributes in STS

I have created some composite components in my JSF project in STS 3.1.0. When I declare them in the view like this: xmlns:asw="http://java.sun.com/jsf/composite/asw-tags then everything works fine, but I don't have any code completion for…
0
votes
1 answer

XML Font in STS 3.1.0

I have recently installed Spring Tool Suite 3.1.0 version for Java development. The Editor for Java code is fine. But I am not very comfortable with the font size in XML editor. I think its smaller than usual or what. I am not able to find option to…
mehta
  • 735
  • 1
  • 11
  • 26
0
votes
1 answer

STS tcServer - Restful web service configuration

I am trying to create a hello world restful(jersey) webservice. I am using Spring tool suite and the native vFabric tcServer. Following is the URL : /localhost:8080/example/rest/hello which gives 404. I have ensured all the jars are present in the…
aces.
  • 3,902
  • 10
  • 38
  • 48
0
votes
1 answer

Error in some import statements in my "Simple Spring Hibernate Utility Project"

I am using Spring Tool Suite (STS) Version: 3.1.0.RELEASE. I have created a "Spring Template Project" as "Simple Spring Hibernate Utility Project". The following import statements in "HibernateConfiguration.java" file could not be resolved: import…
Ripon Al Wasim
  • 36,924
  • 42
  • 155
  • 176
0
votes
2 answers

How should you load Spring related jar in Eclipse?

I new with spring and is following the example from "Spring in Action 3rd Edition". I want to run the code from the example, so I copied the code. I install Spring STS suite and have a test spring project. It seems it doesn't include spring's jar…
lamwaiman1988
  • 3,729
  • 15
  • 55
  • 87
-1
votes
1 answer

Thymeleaf, can use an IF to change a boolean state

im here this time to ask a question about Thymeleaf, i would like to understand if i can use th:if to change the value of a boolean. I will explain here, i have a program for recipes, i have two booleans, one for vegan and one for vegetarian. What i…
-1
votes
2 answers

SpringToolSuit can not open on macbook m1

When I open the application SrpingtoolSuite always displays the message "springtoolsuite4 can't be opened"
Anh Nguyen
  • 11
  • 2
-1
votes
1 answer

How to run spring boot project downloaded from GitHub

I'm a beginner in Java spring boot having studied Java Core and J2EE. Previously I have been coding in PHP so now I want to learn web development in java spring boot. Before I proceed to commit myself to it, I want to know if I will be able to…
lgTakunda
  • 49
  • 7
-1
votes
1 answer

spring tools 3(standalone) 3.9.14 version release An internal error occurred during: "Loading Spring static imports into Eclipse code assist favorite

I installed spring tool 3 standalone from Eclipse marketplace after restart getting this error i got this error when i start my eclipse, I get the errors, An internal error occurred during: "Initializing Java…