|
|
|
@ -1,5 +1,5 @@ |
|
|
|
|
server: |
|
|
|
|
port: 9303 |
|
|
|
|
port: 9709 |
|
|
|
|
servlet: |
|
|
|
|
context-path: /schedule |
|
|
|
|
|
|
|
|
@ -9,9 +9,9 @@ debug: false |
|
|
|
|
#datasource数据源设置 |
|
|
|
|
spring: |
|
|
|
|
datasource: |
|
|
|
|
url: jdbc:mysql://127.0.0.1:3306/hsg?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 |
|
|
|
|
username: root |
|
|
|
|
password: HF123456. |
|
|
|
|
url: jdbc:mysql://192.168.0.63:21100/phg?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8 |
|
|
|
|
username: phg |
|
|
|
|
password: HUfukeji123456!@# |
|
|
|
|
type: com.alibaba.druid.pool.DruidDataSource |
|
|
|
|
driver-class-name: com.mysql.jdbc.Driver |
|
|
|
|
filters: stat |
|
|
|
@ -29,7 +29,7 @@ spring: |
|
|
|
|
maxOpenPreparedStatements: 20 |
|
|
|
|
|
|
|
|
|
redis: |
|
|
|
|
database: 0 |
|
|
|
|
database: 1 |
|
|
|
|
host: 127.0.0.1 |
|
|
|
|
port: 36379 |
|
|
|
|
password: HF123456.Redis |
|
|
|
@ -40,18 +40,45 @@ spring: |
|
|
|
|
max-wait: -1 |
|
|
|
|
max-idle: 10 |
|
|
|
|
min-idle: 0 |
|
|
|
|
|
|
|
|
|
#配置日期返回至前台为时间戳 |
|
|
|
|
jackson: |
|
|
|
|
serialization: |
|
|
|
|
write-dates-as-timestamps: true |
|
|
|
|
|
|
|
|
|
rocketmq: |
|
|
|
|
name-server: 1.95.43.71:9876 |
|
|
|
|
producer: |
|
|
|
|
#必须指定group |
|
|
|
|
group: default-group |
|
|
|
|
|
|
|
|
|
mybatis: |
|
|
|
|
mapperLocations: |
|
|
|
|
- classpath*:sqlmap*/*.xml |
|
|
|
|
type-aliases-package: |
|
|
|
|
org.springboot.sample.entity |
|
|
|
|
|
|
|
|
|
jetcache: |
|
|
|
|
statIntervalMinutes: 15 |
|
|
|
|
areaInCacheName: false |
|
|
|
|
local: |
|
|
|
|
default: |
|
|
|
|
type: linkedhashmap |
|
|
|
|
keyConvertor: fastjson |
|
|
|
|
remote: |
|
|
|
|
default: |
|
|
|
|
type: redis |
|
|
|
|
host: 127.0.0.1 |
|
|
|
|
port: 36379 |
|
|
|
|
password: HF123456.Redis |
|
|
|
|
keyConvertor: fastjson |
|
|
|
|
broadcastChannel: projectA |
|
|
|
|
valueEncoder: java |
|
|
|
|
valueDecoder: java |
|
|
|
|
poolConfig: |
|
|
|
|
minIdle: 5 |
|
|
|
|
maxIdle: 20 |
|
|
|
|
maxTotal: 50 |
|
|
|
|
|
|
|
|
|
pagehelper: |
|
|
|
|
helperDialect: mysql |
|
|
|
|
reasonable: true |
|
|
|
|