How to make spring boot app run on alternate port? – CentOS
I have a spring boot (2.5.3) app running on a centOS VM behind a firewall. I normally build a fat jar, then run it with a config passed via CLI: mvn clean package spring-boot:repackage java -jar target/service.jar --spring.config.location=/path/to/config.properties run curl…