Skip to content

baymax55/spring-boot-quartz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-quartz

本示例不是最佳实践,最佳实践请转移到:spring-boot-quartz-plus
###登录页 http://localhost:9001/quartz/login.shtml 假的,登录效果没有实现,用户名密码无需输入,直接点登录就会跳转主页
###主页: http://localhost:9001/quartz/main.shtml 不从登录页跳转,直接访问主页也是可以的

###新建job的时候要保证业务job类存 工程中示例job:com.lee.quartz.job.MyJob,com.lee.quartz.job.FetchDataJob

###数据源问题,默认名是springNonTxDataSource.quartzScheduler 为什么没有用druid的数据源 为什么会覆盖掉org.quartz.jobStore.dataSource(org.quartz.dataSource?)配置的数据源名 StdSchedulerFactory存放着quartz的配置项 SchedulerFactoryBean afterPropertiesSet() -> prepareScheduler()

###分页 后端有实现分页,前端页面没有实现

###来都来了,留个心呗

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published