From 0f3f80e5cb8155669abc2e999701172556262e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=B5=A9=E6=BA=90?= <3041847837@qq.com> Date: Fri, 1 Nov 2024 09:45:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SimpleStudentManagementSystem/src/main/resources/application.properties b/SimpleStudentManagementSystem/src/main/resources/application.properties index c0de806..ba664a3 100644 --- a/SimpleStudentManagementSystem/src/main/resources/application.properties +++ b/SimpleStudentManagementSystem/src/main/resources/application.properties @@ -6,7 +6,7 @@ spring.devtools.restart.exclude=static/** spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver -spring.datasource.url=jdbc:mysql://10.33.66.120:3306/mb202201090127 +spring.datasource.url=jdbc:mysql://10.33.66.120:3306/mb202101090114 spring.datasource.username=mb202101090114 spring.datasource.password=YXZZED393540 mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.StdOutImpl