Sunday, September 29, 2019

Spring boot

Change directory to the source code
cd /where/the/pom/file/is
mvn install
Run application server
mvn spring-boot:run
Application will be started with port 8080

No comments:

Post a Comment