Profile
Back to NewsBack
GitHub Trending 1 min
Reader Mode
hendisantika/spring-boot-adminlte: A Spring Boot AdminLTE

hendisantika/spring-boot-adminlte: A Spring Boot AdminLTE

14 hours ago

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;
TODO
  • Search in the listing;
  • Model of Dialog;
  • Template for sending e-mail with template;
Run the application:
We assume that You already installed maven and JDK 8 (minimum) on your environment.
  1. Clone the repository: git clone https://github.com/hendisantika/spring-boot-adminlte.git
  2. Go to the folder: cd spring-boot-adminlte
  3. Run the app: mvn clean spring-boot:run
  4. 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 |

Screenshot

Login Page

!Login Page

Dashboard Page

!Dashboard Page

Add Customer Page

!Add Customer Page

List Page

!List Page

Chat with me