DevShivmohan / Learning-everything

Learning for developer only
0 stars 1 forks source link

Spring boot run on Linux system #5

Open DevShivmohan opened 2 years ago

DevShivmohan commented 2 years ago

To run on linux system our spring boot project then specify in application.properties file server.port=8063 server port starts with 80XX otherwise not run like more port 8090,8091,8092 etc

Run mvn spring boot project via java Process [Windows]