Skip to content

HelloJavaWorld123/Spring-boot-quartz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

定时任务工程

注意: 目前项目中

com.cfca.license.check.LicensePKCS.loadLicenseFromInputStream 该方法截取时会抛出StringIndexOutOfBounds,原因是:

com.cfca.util.pki.cipher.JCrypto.initialize

fs = this.getClass().getClassLoader().getResourceAsStream("pkilicense.dat");

获取文件读取不到;

目前解决办法: 把源码中的文件拷贝到resources目录下;

所以当升级:

        <dependency>
            <groupId>com.cfca</groupId>
            <artifactId>PKIBaseRRTX</artifactId>
        </dependency>

该依赖时,将resources目录下的pkilicenase.dat文件替换成源码中的文件;

About

通过JAVABean配置的方式,配置JobDetail、Trigger、Schedule,在通过注解的形式添加额外的Job

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors