From ef2bd5e6a4faa3660d34f1b41079f889c57c545b Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期五, 25 八月 2023 12:28:04 +0800 Subject: [PATCH] update springboot 3.1.2 => 3.1.3 update springboot-admin 3.1.3 => 3.1.5 update springdoc 2.1.0 => 2.2.0 --- ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties index 6316e30..b13c688 100644 --- a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties +++ b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-prod.properties @@ -2,15 +2,24 @@ ####### Database properties(Configure according to the the environment) ####### spring.datasource.core.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai +spring.datasource.core.jdbc-url=jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true spring.datasource.core.username=root spring.datasource.core.password=root spring.datasource.core.maximum-pool-size=20 spring.datasource.core.minimum-idle=5 +# 鐩戞帶閰嶇疆 +# 瀹㈡埛绔紑鍏� +spring.boot.admin.client.enabled=true +# 璁剧疆 Spring Boot Admin Server 鍦板潃 +spring.boot.admin.client.url: http://localhost:9090/admin +spring.boot.admin.client.instance.service-host-type=IP +spring.boot.admin.client.username=ruoyi +spring.boot.admin.client.password=123456 + ####### MongoDB properties(Non-core configuration properties) ####### ####### delete mongodb config to disable mongodb ####### -#oms.mongodb.enable=true +oms.mongodb.enable=false #spring.data.mongodb.uri=mongodb+srv://zqq:No1Bug2Please3!@cluster0.wie54.gcp.mongodb.net/powerjob_daily?retryWrites=true&w=majority ####### Email properties(Non-core configuration properties) ####### -- Gitblit v1.9.3