|
|
@ -30,18 +30,18 @@ logging.level.com.xxl.job.admin.dao.XxlJobLogReportDao=debug
|
|
|
|
pagehelper.auto-runtime-dialect=true
|
|
|
|
pagehelper.auto-runtime-dialect=true
|
|
|
|
|
|
|
|
|
|
|
|
### xxl-job, mysql datasource
|
|
|
|
### xxl-job, mysql datasource
|
|
|
|
#spring.datasource.url=jdbc:xxxxxxx
|
|
|
|
spring.datasource.url=jdbc:xxxxxxx
|
|
|
|
#spring.datasource.username=xxxxxxx
|
|
|
|
|
|
|
|
#spring.datasource.password=xxxxxxx
|
|
|
|
|
|
|
|
#spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
|
|
|
|
#spring.datasource.hikari.connection-test-query=SELECT 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### xxl-job, oracle datasource
|
|
|
|
|
|
|
|
spring.datasource.url = xxxxxxx
|
|
|
|
|
|
|
|
spring.datasource.username=xxxxxxx
|
|
|
|
spring.datasource.username=xxxxxxx
|
|
|
|
spring.datasource.password=xxxxxxx
|
|
|
|
spring.datasource.password=xxxxxxx
|
|
|
|
spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
|
|
|
|
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
|
|
|
spring.datasource.hikari.connection-test-query=SELECT 1 FROM DUAL
|
|
|
|
spring.datasource.hikari.connection-test-query=SELECT 1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### xxl-job, oracle datasource
|
|
|
|
|
|
|
|
#spring.datasource.url = xxxxxxx
|
|
|
|
|
|
|
|
#spring.datasource.username=xxxxxxx
|
|
|
|
|
|
|
|
#spring.datasource.password=xxxxxxx
|
|
|
|
|
|
|
|
#spring.datasource.driver-class-name=oracle.jdbc.driver.OracleDriver
|
|
|
|
|
|
|
|
#spring.datasource.hikari.connection-test-query=SELECT 1 FROM DUAL
|
|
|
|
|
|
|
|
|
|
|
|
### datasource-pool
|
|
|
|
### datasource-pool
|
|
|
|
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|
spring.datasource.type=com.zaxxer.hikari.HikariDataSource
|
|
|
|