Xlauch
Xlauch is based on Springboot + MyBatis + BEETLS rapid development of scaffolding, including user management, organization management, role management, function point Management, menu management, rights Assignment, data rights allocation, code generation, two times development and other functions
The system is based on spring Boot 1.5 technology, and the front end uses Easyui. The database takes MySQL as an instance.
QQ Exchange Group (224708661)
Gitee:[email Protected]:huangxy3/xlauch.git
1 Instructions for use
1.1 Installation Instructions
1.1.1 Import Doc/xlauch.sql (currently only available in MySQL version)
1.1.2 Modifying database connections in Application-*.properties
# 主数据源spring.datasource.druid.primary.url=jdbc:mysql://localhost/xlauch?useUnicode=true&characterEncoding=utf-8&tinyInt1isBit=falsespring.datasource.druid.primary.username=spring.datasource.druid.primary.password= spring.datasource.druid.primary.driver-class-name=com.mysql.jdbc.Driver# 测试数据源(用于后面测试生成功能)spring.datasource.druid.second.url=jdbc:mysql://192.168.1.250:3306/jeeframe?useUnicode=true&characterEncoding=utf-8&tinyInt1isBit=falsespring.datasource.druid.second.username=rootspring.datasource.druid.second.password=bNVOqb7WKLX5Bjnw+LMv92taj25KOxDimXxILPQjw42wgv+1lHzOH8kr97xDwWdhpY67QuYCS7sWN4W46YbkFA==spring.datasource.druid.second.driver-class-name=com.mysql.jdbc.Driver
- Passwords are Druid encrypted and can be generated using Druidutil
1.1.3
Configure Redis
spring.redis.host=192.168.1.207spring.redis.port=6379spring.redis.password=5i841qazspring.redis.database=0spring.redis.timeout=20000
1.1.4 Publishing to Tomcat
1.1.5 Login system, username/password (admin/123456).
1.2 Function description
1.2.1 Rights Management
- Menu Management: Can be configured to button
Role management:
- Admin Management: Add Admin user
1.2.22-Time development
- Query export: Only need to configure SQL and parameters, can be completed query, export;
-Configuration complete, check click to preview
- File Upload: Provides encapsulation, can quickly achieve file upload
- Resource management: Manage the project directory and the system directory any file, you can edit the text file
Timed tasks: Free configuration of Scheduled tasks
Object management: As long as the library table is selected, the system will automatically generate CRUD function (there is a small surprise, recommended test library test, a new user table to try)
- Xlauch program Features
2 other Instructions
- Projects using Lombok, not used can participate in the blog post or self-Baidu
Lombok plug-in installation
Lombok Instructions for use
Ask the author for a cup of tea:
Xlauch 1.0 Springboot + MyBatis + BEETLS rapid development Scaffolding