A management system designed for small company.
It provides CURD operate of person information for admin. It's also offer RESTful interface for programmers.
There are static files link css,js and html in the com.trluck.ui.
There are configuration files contains sql for create tables and Nginx settings in conf direction.
It has used following framework and skills:
Framework/skills | Usage |
---|---|
Spring | IOC |
SpringMVC | Request handle and mapping |
Mybatis | stored procedures and advanced mappings |
Spring Security | Login check and authority control |
Bootstrap | Front end framework |
Bootstrap Table | Table plugin |
Redis | Mybatis second cache |
Mysql | Database |