566 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
2
answers
4k
views
How to update commons-text-1.9.jar with commons-text-1.10.0 in SpringSource Tool Suite (STS4) server implementation?
Apache commons-text-1.9.jar has a vulnerability. If I find the file and replace it with commons-text-1.10.1.jar the web server won't start inside Eclipse. How can I do this?
It's been so long since ...
0
votes
0
answers
102
views
Can't remove MaxPermSize argument from pivotal tc server Eclipse run configuration
I am running Spring Tool Suite 4 and have been using pivotal tc server for my local development server. The pivotal tc server has been displaying a warning for a while that MaxPermSize is deprecated, ...
0
votes
1
answer
136
views
How to Automate branch switching task in eclipse/STS?
Every sprint, I have to checkout the newly created branch for all my projects. Is there a way I can automate this process in eclipse/STS. The branch name is same for all the projects(FY22Q4S6). Thanks....
0
votes
1
answer
92
views
STS intellisense stops working after some time
I have an i7 laptop with 16 GB of RAM. I'm working with SpringSource ToolSuite 4.8 and after some time of work, intellisense gets stuck and then never shows suggestions unless I restart it.
What can ...
0
votes
1
answer
1k
views
Some problem with installing springsource-tool-suite in eclipse
Cannot complete the install because one or more required items could not be found.
Software being installed: Spring IDE Boot Microservices Dash 3.9.10.201909171046-RELEASE (org.springframework.ide....
5
votes
1
answer
5k
views
what is service url in spring starter project? Alternatives for default service url https://start.spring.io
I am new to Spring boot.
While creating a New Spring Starter project in STS there is a Service URL dropdown defaults to https://start.spring.io as given below.
I searched in stack overflow but didn't ...
0
votes
0
answers
502
views
Does STS supports spring integration plugin for view the integration flow?
is there eclipse/sts plugin for Spring Integration flow GUI (designer)? if yes which version of STS has that?
I have installed latest STS 4-4.2.2.RELEASE, not seeing support for Spring Integration ...
0
votes
0
answers
181
views
Spring Eclipse STS horrible code completion performance
I'm at the mercy of being on a corporate laptop but since using Eclipse STS for spring development for the last few years both the previous and current version I have always had issues with code ...
0
votes
1
answer
2k
views
Open multiple instances of STS via a command line on a Mac?
I'm trying to have multiple versions of STS start with their own workspaces via command line args and tried this as a reference.
It results in a:
$open -a ~/Applications/STS.app --args -clean
...
1
vote
0
answers
471
views
Compilation error when using @RequestMapping - Cannot resolve type
IDE : Spring Tool Suite
pom.xml
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>...
0
votes
2
answers
2k
views
Importing multimodule maven project from Git into Eclipse/STS
I have been desperately trying to import a multimodule maven project from GIT into my (freshly installed) STS 3.9.4.
During the last hours I tried lots of solutions that were posted on stack overflow, ...
0
votes
0
answers
1k
views
Recover projects lost from the workspace after updating STS/ Eclipse?
I performed an update of SpringSource Tool Suite (workspace name alludes to STS version 3.81) and after the update apparently finished, about 25-30 projects has disappeared from the workspace folder!!!...
0
votes
1
answer
6k
views
Enable Spring Project Nature in STS 4 to fix XML Schema problems
I'm trying to apply the solutions (proper XML schema resolution) mentioned here which requires me to enable Spring project nature in an existing project in STS 4. According to this, there would be a ...
3
votes
2
answers
5k
views
Creating jar for a module in maven multi-module project
I am working on a springboot, maven multi-module ecommerce app. The directory structure is as follows
eshop
│
├── eshop-core
│ └── pom.xml <--- eshop-core POM
├── eshop-admin
│ ├── ...
1
vote
0
answers
311
views
Running Nomin Mapper under Eclipse cause NominException: Resource not found
I am using a Spring/Groovy application with Nomin as mapper. My Tests run fine on console after gradle build/test. Nomin finds the groovy resource file with the defined mapping. But I dont get it work ...