|
@@ -31,38 +31,37 @@ spring:
|
|
|
exclusions: "*.js,*.gif,*.jpg,*.png,*.css,*.ico,/druid/*"
|
|
|
quartz:
|
|
|
#相关属性配置
|
|
|
- properties:
|
|
|
- org:
|
|
|
- quartz:
|
|
|
- scheduler:
|
|
|
- instanceName: DefaultQuartzScheduler
|
|
|
- instanceId: AUTO
|
|
|
- jobStore:
|
|
|
- class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
|
|
|
- driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
|
|
- tablePrefix: QRTZ_
|
|
|
- isClustered: false
|
|
|
- clusterCheckinInterval: 10000
|
|
|
- useProperties: false
|
|
|
- threadPool:
|
|
|
- class: org.quartz.simpl.SimpleThreadPool
|
|
|
- threadCount: 10
|
|
|
- threadPriority: 5
|
|
|
- threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
- dataSource:
|
|
|
- default:
|
|
|
- URL: jdbc:mysql://192.168.2.24:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
- user: root
|
|
|
- password: rrzTwWAYX8Gxh5JH
|
|
|
- driver: com.mysql.jdbc.Driver
|
|
|
+# properties:
|
|
|
+# org:
|
|
|
+# quartz:
|
|
|
+# scheduler:
|
|
|
+# instanceName: DefaultQuartzScheduler
|
|
|
+# instanceId: AUTO
|
|
|
+# jobStore:
|
|
|
+# class: org.springframework.scheduling.quartz.LocalDataSourceJobStore
|
|
|
+# driverDelegateClass: org.quartz.impl.jdbcjobstore.StdJDBCDelegate
|
|
|
+# tablePrefix: QRTZ_
|
|
|
+# isClustered: false
|
|
|
+# clusterCheckinInterval: 10000
|
|
|
+# useProperties: false
|
|
|
+# threadPool:
|
|
|
+# class: org.quartz.simpl.SimpleThreadPool
|
|
|
+# threadCount: 10
|
|
|
+# threadPriority: 5
|
|
|
+# threadsInheritContextClassLoaderOfInitializingThread: true
|
|
|
+# dataSource:
|
|
|
+# default:
|
|
|
+# URL: jdbc:mysql://192.168.2.24:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
|
|
|
+# user: root
|
|
|
+# password: rrzTwWAYX8Gxh5JH
|
|
|
+# driver: com.mysql.jdbc.Driver
|
|
|
|
|
|
#数据库方式
|
|
|
- job-store-type: jdbc
|
|
|
+ job-store-type: memory
|
|
|
#初始化表结构
|
|
|
- jdbc:
|
|
|
- initialize-schema: never
|
|
|
-authorUrl: http://localhost:8885
|
|
|
-PCSUrl: http://localhost:8885
|
|
|
+
|
|
|
+authorUrl: http://localhost:8880
|
|
|
+PCSUrl: http://localhost:8880
|
|
|
#OPSUrl: http://192.168.2.24:5001
|
|
|
OPSUrl: http://139.224.24.90:5001
|
|
|
PASUrl: http://localhost:8879
|