NutzCN Logo
问答 quartz中的几个小问题
发布于 2685天前 作者 qq_95b3862e 1613 次浏览 复制 上一个帖子 下一个帖子
标签:
public class Quartz {
    
    @Id
    protected int id;
    
    @Column("job_name")
    protected String jobName;
    @Column("job_group")
    protected String jobGroup;
    @Column
    protected String cron;
    @Column
    protected String scheduled;
    @Column("class_name")
    protected String className;
    @Column("data_map")
    protected String dataMap;
    @Column("comment")
    protected String comment;

最后 dataMap;和comment;啥意思呀

4 回复

没见过这个类

list : [
  {
           type : "xxx.x.x.QuartzBean",
           fields : {
                  name : "xxx",
                  trigger : "0 0 0 0 0 0"
           }
  },
 // 下一个
]

就是quartzJob呀

那是你们公司自己的类哦

添加回复
请先登陆
回到顶部