This commit is contained in:
zjt 2024-09-24 00:48:20 +08:00
parent 8cfbadc5ee
commit 6009f6addf
2 changed files with 3 additions and 4 deletions

View File

@ -9,13 +9,12 @@ spring.thymeleaf.suffix=.html
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# ????? # ?????
spring.datasource.name=defaultDataSource spring.datasource.name=defaultDataSource
# ???????= # ???????=11
spring.datasource.url=jdbc:mysql://10.33.66.120:3306/task202201020210?serverTimezone=UTC spring.datasource.url=jdbc:mysql://10.33.66.120:3306/task202201020210?serverTimezone=UTC
# ??????&??? # ??????&???
spring.datasource.username=202201020210 spring.datasource.username=202201020210
spring.datasource.password=@hnucm1254 spring.datasource.password=@hnucm1254
#??????????MyBatis?? #??????????MyBat
#??Mybatis?Mapper??
mybatis.mapper-locations=classpath:mapper/*.xml mybatis.mapper-locations=classpath:mapper/*.xml
#??Mybatis????? #??Mybatis?????
mybatis.type-aliases-package=com.c202201020210.task1.model mybatis.type-aliases-package=com.c202201020210.task1.model

View File

@ -5,7 +5,7 @@
<title>Title</title> <title>Title</title>
</head> </head>
<body> <body>
<h1>登录失败</h1> <h1>登录失败l11</h1>
</body> </body>
</html> </html>