Category: Tips

Coding Tips & Tricks

Learn some hacking skills about your favorite language or technology.

1

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...