How to Change server port in Spring Boot?

How to Change server port in Spring Boot?


Ans :- open sts-> open springBoot Project-> open package src/main/resources-> application.properties-> server.port=8090

Comments

Popular posts from this blog

What are POJO classes in spring? What is the use of POJO Class, and How to create POJO classes.

How to create React project using command prompt?