- Spring4+SpringMVC+Hibernate5
- Logback
- Druid
- Jetbrick-template
- EhCache
- jQuery & Bootstrap v3.3.4
- Fontawesome icons
- Many resource code are from site h+ v3.2.0, if you like that template could contact it's author to purchase one and you can get more services.
- JDK 1.8 or higher
- MySQL server(InnoDB)
- System User Login
- System Menu Model
- Generic DAO & Generic Service
- Some Uesful Tools
- Create a database named
iweb-java
; - Import sql file
dbinit.sql
to the database; - Modify database username and password in file
jdbc.properties
whitch under directorysrc/main/resources
; - Compile(with Maven) & deploy this web project;
- Access
localhost:[port]
and login with user(admin:admin)
- Add all your own business backend code into
bis
packages(DAOs,Services,Controllers) - Add others what you want
The MIT License (MIT)