更改配置

This commit is contained in:
guoshengxiong 2024-10-30 17:52:03 +08:00
parent 69b572a737
commit 4d212dff1b
2 changed files with 2 additions and 2 deletions

View File

@ -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==)

View File

@ -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