|
|
|
@ -66,14 +66,11 @@ spring: |
|
|
|
|
serialization: |
|
|
|
|
write-dates-as-timestamps: true |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
thymeleaf: |
|
|
|
|
cache: false |
|
|
|
|
prefix: classpath:/templates/ |
|
|
|
|
suffix: .html |
|
|
|
|
encoding: UTF-8 |
|
|
|
|
content-type: text/html |
|
|
|
|
mode: HTML5 |
|
|
|
|
rocketmq: |
|
|
|
|
name-server: 122.9.135.148:9876 |
|
|
|
|
producer: |
|
|
|
|
#必须指定group |
|
|
|
|
group: default-group |
|
|
|
|
|
|
|
|
|
mybatis: |
|
|
|
|
mapperLocations: |
|
|
|
@ -81,6 +78,28 @@ mybatis: |
|
|
|
|
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 |
|
|
|
|