Today I downloaded the latest version of STS ( 3.8.4.RELEASE ), and I have some doubts, because it seems to me that something has changed.
I need to create a simple batch application (running in the console).
It seems to me that to create such a project in this new realease I have to do:
File -> Spring Legacy Project -> Simple Spring Maven
It seems to me that there is no other way to create a simple console project. Why is this project implemented in the Spring Legacy Project ? Can I do the same in a more modern way?
Another doubt is related to the Spring Version in the pom.xml file :
<spring-framework.version>3.2.3.RELEASE</spring-framework.version>
Why is the default version 3.2.3.RELEASE ? Can I replace it with a darker Spring 4 ^
source
share