Application with SpringBoot and the AdminLTE 2 template to facilitate development.
- 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
It is free to make changes and implementations and make the code more evolved.
# | Username | Password |
---|---|---|
1 | sasuke | 1234 |
2 | naruto | 1234 |
Login Page
Dashboard Page
Add Customer Page
List Page