XXL很流行但是原来的是MYSQL版本 , 现在 工作需要做了一个定时任务的服务器, 发现XXL是很合适的,主要是修改了
### freemarker
 spring.freemarker.templateLoaderPath=classpath:/templates/
 spring.freemarker.suffix=.ftl
 spring.freemarker.charset=UTF-8
 spring.freemarker.request-context-attribute=request
 spring.freemarker.settings.number_format=0.##########
### mybatis
 mybatis.mapper-locations=classpath:/mybatis-mapper/*Mapper.xml
 #mybatis.type-aliases-package=com.xxl.job.admin.core.model
### xxl-job, datasource
 spring.datasource.url=jdbc:oracle:thin:@xx.xx.xx.xxx:1521:xxxx
 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource
 spring.datasource.username=xxx用户名
 spring.datasource.password=xxx密码
 spring.datasource.driver-class-name=oracle.jdbc.OracleDriver
 spring.datasource.hikari.connection-init-sql=SELECT 1 FROM DUAL
还有dao xml的需要用oracle的写法
xxl-job-oracle: 使用oracle数据库连接xxl-job