From 4d212dff1bdd6ec226e033c3b7b1d75d0af4a7c6 Mon Sep 17 00:00:00 2001 From: guoshengxiong <1923636941@qq.com> Date: Wed, 30 Oct 2024 17:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-other-env-show.properties => application-ml_dev.properties} | 2 +- src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/main/resources/{application-gsx-other-env-show.properties => application-ml_dev.properties} (97%) diff --git a/src/main/resources/application-gsx-other-env-show.properties b/src/main/resources/application-ml_dev.properties similarity index 97% rename from src/main/resources/application-gsx-other-env-show.properties rename to src/main/resources/application-ml_dev.properties index 65008523b..7b9088a81 100644 --- a/src/main/resources/application-gsx-other-env-show.properties +++ b/src/main/resources/application-ml_dev.properties @@ -1,6 +1,6 @@ #http.port=30250 http.port=23912 -spring.datasource.db1.jdbc-url=jdbc:mysql://192.168.34.221:3306/wisdomsite_other_env_show?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false +spring.datasource.db1.jdbc-url=jdbc:mysql://192.168.34.221:3306/wisdomsite_ml_dev?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull&autoReconnect=true&useSSL=false spring.datasource.db1.driver-class-name=com.mysql.jdbc.Driver spring.datasource.db1.username=ENC(XR4C/hvTYCUqudS49Wh/jA==) spring.datasource.db1.password=ENC(LsKaVL2ycDu+uUNoPndYLA==) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 214b0b824..60980d0e8 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,5 +1,5 @@ # 环境选择 -spring.profiles.active=gsx-other-env-show +spring.profiles.active=ml_dev # 国际化配置 spring.messages.basename=i18n/messages spring.messages.encoding=utf-8