SpringBoot with AdminLTE 2
Application with SpringBoot and the AdminLTE 2 template to facilitate development.
characteristics
- Spring Boot;
- Spring Security for basic login with permissions;
- Thymeleaf as view Template Engine;
- MySQL as Database or others;
- Basic customer CRUD;
- Search in the listing;
- Model of Dialog;
- Template for sending e-mail with template;
We assume that You already installed maven and JDK 8 (minimum) on your environment.
- Clone the repository:
git clone https://github.com/hendisantika/spring-boot-adminlte.git - Go to the folder:
cd spring-boot-adminlte - Run the app:
mvn clean spring-boot:run - Open Your favorite browser, then go to http://localhost:8080
| # | Username | Password | | --- |:--------:| --------:| | 1 | sasuke | 1234 | | 2 | naruto | 1234 |
Screenshot
Login Page
Dashboard Page
Add Customer Page
List Page