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