Top "Spring-tool-suite" questions

Spring Tool Suite (STS) provides the best Eclipse-powered development environment for building Spring-powered enterprise applications.

How to debug grails command

When I run dbm-generate-changelog exception is thrown. I would like to debug this script but I can't figure how to …

eclipse grails groovy spring-tool-suite gant
Spring Boot app deployed to Glassfish is giving strange results

As mentioned here, I am having a heck of a time getting my small Spring-Boot project to deploy "correctly" to …

glassfish-3 spring-boot spring-tool-suite
Unknown referenced nature: org.springframework.ide.eclipse.core.springnature

In STS 4, my Java 10 Spring Boot 2.1 project warns me: Unknown referenced nature: org.springframework.ide.eclipse.core.springnature How can …

spring-tool-suite
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 …

java eclipse groovy spring-tool-suite
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-tool-suite spring-bean
The type org.eclipse.jdt.annotation.NonNull cannot be resolved. It is indirectly referenced from required .class files

When I use the Java 8 method reference double colon operator (::) with new operator (e.g. MyType::new), I get this …

java eclipse java-8 spring-tool-suite method-reference
Project in Spring Tool Suite report "Unable to load annotation processor factory"

My project in Spring Tool Suite report Unable to "load annotation processor factory 'org.springframework.boot.configurationprocessor.ConfigurationMetadataAnnotationProcessor' for project …

java spring spring-tool-suite
Spring Tool Suite 3.6.1 and Pivotal tc Server Developer Edition logging ignored

I was trying to alter the logging that takes place with Pivotal tc Server Developer edition 3.0 and I found out …

spring-tool-suite tcserver
Where is --spring.output.ansi.enabled configured?

I have inherited a java Spring Boot project and I'm new to most java configurations. When I run this application …

spring-boot spring-tool-suite