Spring Boot Sample Web Application using Maven.
- Clone this project
git clone https://github.com/adaofeliz/spring-boot-web-mvn.git spring-boot-web-mvn
- Start Up the Application
cd spring-boot-web-mvn
mvn clean install
java -jar target/spring-boot-web-mvn.war
- Now open your browser: http://localhost:8080/
MIT