Skip to main content

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.

spring-tool-suite
0 votes
1 answer
37 views

Spring Boot 3.2.7 with Java 17 is not creating tables and columns in database

This is the first time I am going to create an application using java 17 and Spring boot 3.2.7. In no way spring boot is able to create tables and columns in mysql schema after starting my application....
Mahadi Hasan's user avatar
0 votes
0 answers
9 views

spring sts-3 MVC pattern 404 not found error

HTTP Status 404 – Not found Type Status Report Description The Origin server has not found the current representation for the target resource, or does not want to reveal whether it exists. your text I'...
이영훈's user avatar
0 votes
1 answer
22 views

How to replace a word in whole workspace? I am using Spring Tool Suite IDE

I am working on a project and suddenly I realize I mis-spelled the word "category" to "catagory" on almost every place- within my workspace. It there any way to replace all ...
Shubham kumar's user avatar
0 votes
2 answers
80 views

java.lang.NoSuchMethodError: 'void org.eclipse.jdt.internal.compiler.ast.CaseStatement.<init>...'

In my Java 21 application with Lombok 1.18.32 one of the classes uses @Builder with @Singular, something like this: @Builder public class Naughty { private final @Singular("option") List&...
Jan Nielsen's user avatar
  • 11.4k
-1 votes
1 answer
38 views

Maven build successful but compiled class files contain unresolved type errors

I have a project that compiles to WAR file, when I am using 'clean install' to build my project it is giving "Build Success", but when I decompile some files it is giving following lines in ...
Jaideep Sagar's user avatar
1 vote
0 answers
163 views

Spring boot application not running in STS Boot Dashboard, but starts correctly with mvn spring-boot:run command

I have the following multi-module Maven project structure: iaas-cockpit (root project) │ ├── iaas-cockpit-backend (module) │ └── iaas-cockpit-core-lib (module) iaas-cockpit-backend is a Spring Boot ...
kalif_kay's user avatar
0 votes
1 answer
73 views

STS 4.22.1 - EclEmma Code Coverage not showing

JaCoCo / EclEmma is not showing when I click on a project. Previous STS4 version: Version: 4.21.1.RELEASE My current STS4 version: Version: 4.22.1.RELEASE Build Id: 202405011620 Revision: ...
Smit Joshi's user avatar
0 votes
0 answers
23 views

How to import Different branches of same submodule in eclipse

I am working on 2 different Spring boot multi-module projects where both projects are pointing to different branches of a same submodule. So question is how to import both projects with different ...
Afridi's user avatar
  • 6,912
0 votes
1 answer
38 views

unable to install spring in my eclipse, dont want install springboot, i need to work with spring core

i am trying to install spring tools suite in eclipse from eclipse marketplace, but this installation process completed but lastly unable to install like dialog box was showing and also showing some ...
Ganesh Tirunalla's user avatar
0 votes
0 answers
61 views

spring boot extension pack on vsc not charge the gradle.properties on application.properties on win10. how I do that?

I'm using windows 10 using spring tool suite on visual studio code and gradle for spring boot with java. When I run gradel build or gradelw build. It's construct well and charge the gradle.properties ...
Software Sprouting's user avatar
0 votes
1 answer
190 views

SpringToolSuite4 Crashing every now and then on ubuntu 22.04

For past 2 days, I am trying to create very simple spring boot programs. And when I copy some code from other tutorials and put it in the editor and then click on save button then it crashes. I am not ...
Mohit Sehgal's user avatar
0 votes
1 answer
22 views

Build failed with spring tool suite 4.16.1

I am new to Spring Tool Suite and I am trying to build version 4.16.1 of sts4 on LoongArch[1], but I encountered an error. I am using the build command local-build.sh. Is there any problem with what I ...
leo pan's user avatar
0 votes
1 answer
91 views

Unable to run spring boot project after importing from github

I have cloned a repository from github. But i realise that under the boot dashboard, there are no available projects for me to run. Please help I tried right clicking the project and go to run ...
user24139292's user avatar
-1 votes
1 answer
45 views

HTTP Status 404 – Not Found Type Status Report Message on running the Apache Tomcat Server on STS for index.html page

This is the Image it shows when i run a basic index.html file in my dynamic web project on Spring Tool Suite 4 I've tried deleting the current Tomcat server and creating the new servers. All the ...
Dinesh Kumar Lalam's user avatar
0 votes
0 answers
21 views

JPA/REST Application as a .war file?

Utilizing STS, I have recently created a full-stack application that is one half REST (interacting with the JS front-end) and the other half JPA (interacting with the MySQL db back-end). When I was ...
TheNateTrain's user avatar

15 30 50 per page
1
2 3 4 5
94