You should run the following commands in the root of the repository:
mvn package
mvn spring-boot:run
At this point the webserver should start up!
Now in a browser if you navigate to http://localhost:8080/,
you should see the current home page.
You should run the following commands in the root of the repository:
mvn package
mvn spring-boot:run
At this point the webserver should start up!
Now in a browser if you navigate to http://localhost:8080/,
you should see the current home page.