Change Spring Boot Server Port
How to change the server port in a Spring Boot Application In the file application.properties The configuration key is server.port and the default value is 8080 server.port=8080 Xavier LanglatXavier is a Freelance Innovation Solutions...
Recent Comments