diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 9f358ed..c5518f7 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -3,8 +3,7 @@ # 数据源配置 spring: datasource: -# url: jdbc:mysql://114.132.67.185:3308/gxwebsoft_core?useSSL=false&serverTimezone=UTC - url: jdbc:mysql://mysql:3306/gxwebsoft_core?useSSL=false&serverTimezone=UTC + url: jdbc:mysql://1Panel-mysql-Bqdt:3306/gxwebsoft_core?useSSL=false&serverTimezone=UTC username: gxwebsoft_core password: jdj7HYEdYHnYEFBy driver-class-name: com.mysql.cj.jdbc.Driver