提交代码

dev-discount
胡锐 2 years ago
parent e2e6d22948
commit 87eaa8ff5b
  1. 71
      hai-order/src/main/resources/prod/application.yml

@ -27,27 +27,18 @@ spring:
testOnReturn: false testOnReturn: false
poolPreparedStatements: true poolPreparedStatements: true
maxOpenPreparedStatements: 20 maxOpenPreparedStatements: 20
#thymelea模板配置 redis:
thymeleaf: database: 0
prefix: classpath:/templates/ host: 127.0.0.1
suffix: .html port: 36379
mode: HTML5 password: HF123456.Redis
encoding: UTF-8 timeout: 1000
#热部署文件,页面不产生缓存,及时更新 jedis:
cache: false pool:
#配置日期返回至前台为时间戳 max-active: 20
jackson: max-wait: -1
serialization: max-idle: 10
write-dates-as-timestamps: true min-idle: 0
thymeleaf:
cache: false
prefix: classpath:/templates/
suffix: .html
encoding: UTF-8
content-type: text/html
mode: HTML5
#MQTT配置信息 #MQTT配置信息
mqtt: mqtt:
#MQTT服务地址 #MQTT服务地址
@ -62,6 +53,22 @@ spring:
#MQTT默认的消息推送主题,实际可在调用接口是指定 #MQTT默认的消息推送主题,实际可在调用接口是指定
# default: # default:
# topic: topic # topic: topic
#thymelea模板配置
#配置日期返回至前台为时间戳
jackson:
serialization:
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:
@ -74,6 +81,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

Loading…
Cancel
Save