From 724eaac15932eeaf16d7550861c06aba82c4e55d Mon Sep 17 00:00:00 2001 From: super_l_test <1907643050@qq.com> Date: Wed, 16 Jun 2021 09:14:42 +0800 Subject: [PATCH] f --- adc-da-main/src/main/resources/application-dev.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adc-da-main/src/main/resources/application-dev.properties b/adc-da-main/src/main/resources/application-dev.properties index 1439004b..a25858ab 100644 --- a/adc-da-main/src/main/resources/application-dev.properties +++ b/adc-da-main/src/main/resources/application-dev.properties @@ -3,9 +3,9 @@ # 数据库配置 #============================================= spring.datasource.driverClassName = com.mysql.cj.jdbc.Driver -spring.datasource.url = jdbc:mysql://101.36.227.22:33050/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false +spring.datasource.url = jdbc:mysql://127.0.0.1:3306/foton_slrs_test?useUnicode=true&characterEncoding=utf8&serverTimezone=UTC&useSSL=false spring.datasource.username = root -spring.datasource.password = 1q2w3e4r +spring.datasource.password = root #============================================== # 应用设置 @@ -15,7 +15,7 @@ application.center=1 #============================================== #============================================== -# 邮箱配置 +# 邮箱配置1 #============================================== mail.state=false spring.mail.host=outlook.geely.com