Spring-boot+quartz-based CRUD Dynamic task management system for small and medium-sized projects.
Development environment
JDK1.7, Maven, Eclipse
Technology stack
SpringBoot1.5.2, Thymeleaf, quartz2.3.0, iview, vue, layer, Adminlte, bootstrap
Startup instructions
- The database used by the project is MySQL, select the Tables_mysql_innodb.sql file in Resources/sql to initialize the database information.
- Replace it with your own data source in the Resources/application.properties file.
- Run the application Main method to start the project.
- Project Access address: Http://localhost:8080/quartz
- API Interface Address: http://localhost:8080/quartz/swagger-ui.html
Friendly Tips
For work reasons, the project is being perfected (for reference only) and the log is updated at any time.
Project
Implemented features
- Task List
- Task Additions and modifications
- Task execution
Features to be integrated
- System Login and Rights Management
- Task Stop and start
- Task List Search and pagination
Project Source: Https://gitee.com/52itstyle/spring-boot-quartz
Integration of Springboot Development Case Quartz Task management system