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

How to create React project using command prompt?

How to achieve abstraction?

Interview Question? How to find square of each element in this Array {2,4,5,6,8} using map ?