From 7444b7a298dad9a3221b6fd7c5f7ad5ac1701240 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 06 十一月 2024 13:45:26 +0800
Subject: [PATCH] 关闭Actuator

---
 ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties
index 9e815fa..62764e5 100644
--- a/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties
+++ b/ruoyi-extend/ruoyi-powerjob-server/src/main/resources/application-dev.properties
@@ -2,9 +2,9 @@
 
 ####### 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://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+spring.datasource.core.jdbc-url=jdbc:mysql://101.35.247.188:3306/qysp?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
 spring.datasource.core.username=root
-spring.datasource.core.password=234#Wersdf!
+spring.datasource.core.password=ycl@202466
 spring.datasource.core.maximum-pool-size=20
 spring.datasource.core.minimum-idle=5
 

--
Gitblit v1.8.0