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.
Hope this one help
application.properties=> server.port=8090 application.yml=> server port:8090