I have strange thing when I try to modify Spring project inside my Spring Tool Suite. On the first load (deploy) everything is fine, application compiles and runs on localho
Create application.properties file under src/main/resources folder and write content as
application.properties
src/main/resources
server.port=8084
Its runs fine. But every time before run need to stop application first by click on red button upper on the IDE
or try
RightClick on console>click terminate/Disconnect All