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

Content assist for gradle

I'm trying to do a small project with Gradle in order to get familiar with it. I have a lot of Maven experience, so the basics seem obvious. However, I'm having problems with the tooling. My questions is: Is there a proper Content Assist for .gradle…
Bozho
  • 588,226
  • 146
  • 1,060
  • 1,140
8
votes
3 answers

How do I create a Spring Boot Starter Project in Eclipse that is properly configured with a Run Configuration?

I followed the instructions in Spring Boot Support in Spring Tool Suite 3.6.4 and ended up with an Eclipse project which has several issues. The number one issue is that when I right-click on the class containing the "main" entry method and select…
Richard Plana
  • 121
  • 2
  • 2
  • 4
8
votes
1 answer

How to install "Gradle support" plug-in in Spring Tools Suite 3.6.SR1?

I am using Spring Tools Suite 3.6.SR1. I press menu Dashboard, press: "IDE EXTENSIONS" Check "Gradle support", press Install: The following connectors are not available: Gradle Support Proceed with the installation anyways? Error: Problems…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
8
votes
10 answers

Spring Tool Suite - Port 8080 required by Pivotal tc Server Developer Edition v3.0 is already in use

I get the following error when running codes in Spring Tool Suite. .............................................................................. Port 8080 required by Pivotal tc Server Developer Edition v3.0 is already in use. The server may…
Sami
  • 1,473
  • 1
  • 17
  • 37
8
votes
3 answers

Eclipse 3.8 - Prevent File Name Truncating in Editor Tabs

I have want seems like it should be a simple question but I keep striking out... In Eclipse 3.8 / STS 3.1, how do I stop Eclipse from truncating the file names in the editor tabs. I can't tell which tab is which. Thanks in advance.
SGT Grumpy Pants
  • 4,118
  • 4
  • 42
  • 64
7
votes
2 answers

Installing Spring tool suite

I am trying to install Spring tool suite. when I downloaded it from https://spring.io/tools#suite-three, it gave a .jar file like spring-tool-suite-4-4.8.1.RELEASE-e4.17.0-win32.win32.x86_64.self-extracting.jar How can I install this and use,…
Rosh
  • 1,676
  • 4
  • 21
  • 35
7
votes
2 answers

Pivotal tc server is not included in STS 4

I installed STS 4 for windows 10 64bit , and when I tried to create a server then Pivotal is not present ! How to include Pivotal server in STS 4 ?
pheromix
  • 18,213
  • 29
  • 88
  • 158
7
votes
5 answers

How to run STS on Java version 1.7

I need to run eclipse(java 1.7) and STS 3.8.1 ( java 1.8) but if i select the java 7 as default i am getting error in the STS 3.8.1. I am using OS : ubuntu 14.10 Error : Version 1.7.0_80 of the JVM is not suitable for this product. Version:…
Prabhat Yadav
  • 1,181
  • 6
  • 18
  • 29
7
votes
2 answers

The type org.springframework.context.ConfigurableApplicationContext cannot be resolved

I am getting the following error, when i tried to create my first application in Spring Tool Suite: Multiple markers at this line - The type org.springframework.context.ConfigurableApplicationContext cannot be resolved. It is …
raji
  • 401
  • 1
  • 8
  • 17
7
votes
3 answers

STS Boot dashboard doesn't show the starting port port

I've just started to use Boot Dashboard to manage all my Spring Boot application (Boot Dashboard). The problem is that I can't see the starting port of my applications: The applications start without any problem: Started Application in 4.337…
jfcorugedo
  • 9,793
  • 8
  • 39
  • 47
7
votes
2 answers

Is it possible for Gradle projects in Eclipse/STS to resolve dependencies to other Gradle projects in the same workspace?

A Gradle project in my workspace (call it Downstream) needs to depend on another Gradle project (call it Upstream). Outside of Eclipse, of course Upstream would need to be build and installed before Downstream (so that Gradle can resolve it). In…
E-Riz
  • 31,431
  • 9
  • 97
  • 134
7
votes
1 answer

Configure STS with JPA 2.0 using PostgreSQL 9.3

I have an old Spring MVC project which I used to run with Eclipse on JBoss and using JPA 2.0 with (I believe) a PostgreSQL 9.1 DB. Also using Maven as dependencies resolver. I managed to get the project back from an HDD crash but I couldn't get it…
Michael De Keyser
  • 787
  • 1
  • 17
  • 45
7
votes
2 answers

Spring Tool Suite (STS) 3.5.0 - org.codehaus.groovy.eclipse is unknown in the solver

There is a problem with STS 3.5.0 https://issuetracker.springsource.com/browse/STS-3792 org.codehaus.groovy.eclipse 2.9.0.xx-201403261719-e43j8 is unknown in the solver! These are the steps I took to fix it and it allowed me to use eclipse…
Titi Wangsa bin Damhore
  • 7,101
  • 4
  • 31
  • 36
7
votes
1 answer

How to run a gradle web application?

I have converted a maven project to gradle , I am using Spring tool suite and all the dependency jars are uploaded successfully .When I build the project it builds successfully. but I am not getting an idea how to run this web application , I tried…
Ruby
  • 873
  • 5
  • 20
  • 47
6
votes
4 answers

What can be the reasons that Spring STS hangs?

Sometimes on the start STS hangs. Does it possible found the reason? May be exists log or possible start in debug mode? Also how I can distinguish between hangs completely and working very slowly? Thanks. P.S. How to fix ?
user710818
  • 23,228
  • 58
  • 149
  • 207