How do I configure the TCP/IP port listened on by a Spring Boot application, so it does not use the default port of 8080.
You can add the port in below methods.
Run -> Configurations section
In application.xml add server.port=XXXX
application.xml
server.port=XXXX