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