what is the default server in spring boot?

 what is the default server in spring boot?

Ans :- tomcat server is default server in spring boot  and it runs on port 8080.

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 ?