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 is a Freelance Innovation Solutions Architect and Technical Advisor. He has been working for 10 years in software development (Java, JEE, JavaScript, Angular, Node JS, React), and has solid experience as a Tech Lead and Technical Architect in different company sizes (Startup, SME, Large Enterprise), and in different sectors (Insurance, Risk Insurance, Transportation, Energy Management, Mobile Operator)
1 Response
[…] Tip : How to Change the Port […]