提交代码

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: serialization:
write-dates-as-timestamps: true write-dates-as-timestamps: true
rocketmq:
thymeleaf: name-server: 122.9.135.148:9876
cache: false producer:
prefix: classpath:/templates/ #必须指定group
suffix: .html group: default-group
encoding: UTF-8
content-type: text/html
mode: HTML5
mybatis: mybatis:
mapperLocations: mapperLocations:
@ -81,6 +78,28 @@ mybatis:
type-aliases-package: type-aliases-package:
org.springboot.sample.entity 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: pagehelper:
helperDialect: mysql helperDialect: mysql
reasonable: true reasonable: true

@ -67,14 +67,11 @@ spring:
serialization: serialization:
write-dates-as-timestamps: true write-dates-as-timestamps: true
rocketmq:
thymeleaf: name-server: 122.9.135.148:9876
cache: false producer:
prefix: classpath:/templates/ #必须指定group
suffix: .html group: default-group
encoding: UTF-8
content-type: text/html
mode: HTML5
mybatis: mybatis:
mapperLocations: mapperLocations:
@ -82,6 +79,28 @@ mybatis:
type-aliases-package: type-aliases-package:
org.springboot.sample.entity 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: pagehelper:
helperDialect: mysql helperDialect: mysql
reasonable: true reasonable: true

@ -67,14 +67,11 @@ spring:
serialization: serialization:
write-dates-as-timestamps: true write-dates-as-timestamps: true
rocketmq:
thymeleaf: name-server: 122.9.135.148:9876
cache: false producer:
prefix: classpath:/templates/ #必须指定group
suffix: .html group: default-group
encoding: UTF-8
content-type: text/html
mode: HTML5
mybatis: mybatis:
mapperLocations: mapperLocations:
@ -82,6 +79,28 @@ mybatis:
type-aliases-package: type-aliases-package:
org.springboot.sample.entity 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: pagehelper:
helperDialect: mysql helperDialect: mysql
reasonable: true reasonable: true

@ -60,15 +60,6 @@ spring:
serialization: serialization:
write-dates-as-timestamps: true write-dates-as-timestamps: true
thymeleaf:
cache: false
prefix: classpath:/templates/
suffix: .html
encoding: UTF-8
content-type: text/html
mode: HTML5
rocketmq: rocketmq:
name-server: 122.9.135.148:9876 name-server: 122.9.135.148:9876
producer: producer:

@ -67,14 +67,11 @@ spring:
serialization: serialization:
write-dates-as-timestamps: true write-dates-as-timestamps: true
rocketmq:
thymeleaf: name-server: 122.9.135.148:9876
cache: false producer:
prefix: classpath:/templates/ #必须指定group
suffix: .html group: default-group
encoding: UTF-8
content-type: text/html
mode: HTML5
mybatis: mybatis:
mapperLocations: mapperLocations:

Loading…
Cancel
Save