Build a simple Hello World application using Spring Boot and Thymeleaf
- Java - 8
- Maven
1. Clone the application
git clone git@github.com:syedabdullahrahman/spring-boot-adminlte.git2. Build and run the app using maven
cd [---project directory---]
mvn package
java -jar target/[---Jar Name---].jarYou can also run the app using cmd from project root directory without packaging it using -
mvn spring-boot:runNavigate to:
http://localhost:[PORT in appliction.properties]
Login with: admin and master@admin
- Login
- Dashboard

