From 87eaa8ff5bd92ec49848093fb8eeaf30db5138b0 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Mon, 6 Feb 2023 10:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/prod/application.yml | 71 +++++++++++++------ 1 file changed, 50 insertions(+), 21 deletions(-) diff --git a/hai-order/src/main/resources/prod/application.yml b/hai-order/src/main/resources/prod/application.yml index 83d9d50b..0fd564f1 100644 --- a/hai-order/src/main/resources/prod/application.yml +++ b/hai-order/src/main/resources/prod/application.yml @@ -27,14 +27,34 @@ spring: testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 + redis: + database: 0 + host: 127.0.0.1 + port: 36379 + password: HF123456.Redis + timeout: 1000 + jedis: + pool: + max-active: 20 + max-wait: -1 + max-idle: 10 + min-idle: 0 + #MQTT配置信息 + mqtt: + #MQTT服务地址 + url: ws://122.9.135.148:8083/mqtt + #用户名 + username: printer_provider + #密码 + password: abcd123! + #客户端id(不能重复) + # client: + # id: provider-id + #MQTT默认的消息推送主题,实际可在调用接口是指定 + # default: + # topic: topic #thymelea模板配置 - thymeleaf: - prefix: classpath:/templates/ - suffix: .html - mode: HTML5 - encoding: UTF-8 - #热部署文件,页面不产生缓存,及时更新 - cache: false + #配置日期返回至前台为时间戳 jackson: serialization: @@ -48,20 +68,7 @@ spring: encoding: UTF-8 content-type: text/html mode: HTML5 - #MQTT配置信息 - mqtt: - #MQTT服务地址 - url: ws://122.9.135.148:8083/mqtt - #用户名 - username: printer_provider - #密码 - password: abcd123! - #客户端id(不能重复) - # client: - # id: provider-id - #MQTT默认的消息推送主题,实际可在调用接口是指定 - # default: - # topic: topic + rocketmq: name-server: 122.9.135.148:9876 producer: @@ -74,6 +81,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