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

GitHub 加速计划 / xx / xxl-job
27.15 K
10.79 K
下载
xxl-job: 是一个分布式任务调度平台,核心设计目标是开发迅速、学习简单、轻量级、易扩展。
最近提交(Master分支:2 个月前 )
e5d26ba2 - 3 个月前
977ad87b - 3 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐