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