Three frameworks integrated in one simple MVC, OOP application:
- Spring Boot
- Apache Shiro
- LightAdmin
Useful to learn some basic functionality from these frameworks.
For assets:
- Nodejs
- Npm
- Bower
Application:
- Java >= 1.7
- Maven >= 3.3
Static assets:
npm install
bower install
grunt
Application:
mvn clean install
It should work out of the box. If you want to use recover email feature, fill these properties:
application.email.defaultsender=
spring.mail.*
mvn spring-boot:run
And open http://localhost:8080
Administrator credentials: admin@acme.com:123456