renren-security is a lightweight permission management system. Its core design goals are to develop quickly, learn easily, be lightweight and easy to expand. It provides two themes, AdminLTE and Layui, to choose from.
To build a project using renren-security, you only need to write about 30% of the code, and the rest of the code is automatically generated by the system.
Has the following characteristics:
1. A lightweight permission system that only involves Spring, Shiro, and Mybatis back-end frameworks, reducing the cost of learning and use.
2. Friendly code structure and comments, easy for reading and secondary development
3. Support HTML, JSP, Velocity, Freemarker and other views, with zero technical threshold
4. A complete code generation mechanism can generate entity, xml, dao, service, html, and js codes online, reducing development tasks by more than 70%.
5. Flexible permission control, which can control the page or button to meet most permission requirements.
6. Page interaction uses vue2.x, which greatly improves development efficiency.
7. Introducing quartz scheduled tasks, which can dynamically complete tasks such as adding, modifying, deleting, pausing, restoring, and viewing logs.
8. Introducing a routing mechanism, refreshing the page will stay on the current page
renren-security lightweight permission management system update log:
v1.6.0
1. Merge the list and add pages into one page, such as: user.html
2. Add button icon and query function
3. iframe is highly adaptive
4. Code generator enhancement
5. Added layui theme