提交代码

dev-discount
胡锐 2 years ago
parent 72990cc592
commit ae015d378e
  1. 35
      hai-bweb/src/main/resources/prod/application.yml
  2. 35
      hai-cweb/src/main/resources/prod-9401/application.yml
  3. 35
      hai-cweb/src/main/resources/prod/application.yml
  4. 9
      hai-order/src/main/resources/prod/application.yml
  5. 13
      hai-schedule/src/main/resources/prod/application.yml

@ -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

@ -67,14 +67,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:
@ -82,6 +79,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

@ -67,14 +67,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:
@ -82,6 +79,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

@ -60,15 +60,6 @@ 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:

@ -67,14 +67,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:

Loading…
Cancel
Save