From ae015d378e0cfc967cc5a3899cb10641d7bfcdf5 Mon Sep 17 00:00:00 2001 From: hurui <177768073@qq.com> Date: Mon, 6 Feb 2023 14:58:32 +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 | 35 ++++++++++++++----- .../main/resources/prod-9401/application.yml | 35 ++++++++++++++----- .../src/main/resources/prod/application.yml | 35 ++++++++++++++----- .../src/main/resources/prod/application.yml | 9 ----- .../src/main/resources/prod/application.yml | 13 +++---- 5 files changed, 86 insertions(+), 41 deletions(-) diff --git a/hai-bweb/src/main/resources/prod/application.yml b/hai-bweb/src/main/resources/prod/application.yml index 00b6a657..5b1cf2b3 100644 --- a/hai-bweb/src/main/resources/prod/application.yml +++ b/hai-bweb/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 diff --git a/hai-cweb/src/main/resources/prod-9401/application.yml b/hai-cweb/src/main/resources/prod-9401/application.yml index 19bcd397..57bd8920 100644 --- a/hai-cweb/src/main/resources/prod-9401/application.yml +++ b/hai-cweb/src/main/resources/prod-9401/application.yml @@ -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 diff --git a/hai-cweb/src/main/resources/prod/application.yml b/hai-cweb/src/main/resources/prod/application.yml index 0c3e2d3b..1bca80cb 100644 --- a/hai-cweb/src/main/resources/prod/application.yml +++ b/hai-cweb/src/main/resources/prod/application.yml @@ -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 diff --git a/hai-order/src/main/resources/prod/application.yml b/hai-order/src/main/resources/prod/application.yml index 0fd564f1..382edbec 100644 --- a/hai-order/src/main/resources/prod/application.yml +++ b/hai-order/src/main/resources/prod/application.yml @@ -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: diff --git a/hai-schedule/src/main/resources/prod/application.yml b/hai-schedule/src/main/resources/prod/application.yml index 1891d49f..4e86ae84 100644 --- a/hai-schedule/src/main/resources/prod/application.yml +++ b/hai-schedule/src/main/resources/prod/application.yml @@ -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: