1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- spring:
- rabbitmq:
- host: 172.27.247.174
- port: 5672
- username: admin
- password: 123456
- data:
- redis:
- host: 172.27.247.174
- port: 6379
- database: 3
- password: Xx0GWxdWQJxx6Swe
- lettuce:
- pool:
- max-active: 20
- max-idle: 20
- min-idle: 0
- max-wait: -1ms
- timeout: 2000ms
- datasource:
- url: jdbc:mysql://172.27.247.174:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- username: root
- password: TU5x6IeBi7rl
- driver-class-name: com.mysql.cj.jdbc.Driver
- type: com.alibaba.druid.pool.DruidDataSource
- druid:
- stat-view-servlet:
- login-username: admin
- login-password: Cslg2022+
- web-stat-filter:
- 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://172.27.247.174:3306/pas_prod2?autoReconnect=true&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=CONVERT_TO_NULL&useSSL=false&serverTimezone=GMT%2B8
- user: root
- password: TU5x6IeBi7rl
- driver: com.mysql.jdbc.Driver
- #数据库方式
- job-store-type: jdbc
- #初始化表结构`
- jdbc:
- initialize-schema: never
- authorUrl: http://localhost:8880
- PCSUrl: http://localhost:8880
- #OPSUrl: http://192.168.1.24:5001
- OPSUrl: http://139.224.24.90:5001
- PASUrl: http://localhost:8880
- FMSUrl: http://localhost:8803
- FileSource: 6
- ES:
- patentVector: patent_vector
- patent: wxpatent
- config: es-cn-em93o8856000ho9e7.elasticsearch.aliyuncs.com
|