- 修改数据库 URL 为 192.168.0.193:3306/db_ry - 更新用户名为 guest - 更新密码为 123456
@@ -2,9 +2,9 @@ spring:
datasource:
type: com.zaxxer.hikari.HikariDataSource
driver-class-name: com.mysql.cj.jdbc.Driver
- url: jdbc:mysql://localhost:3306/ry-vue?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
- username: root
- password: root
+ url: jdbc:mysql://192.168.0.193:3306/db_ry?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
+ username: guest
+ password: 123456
hikari:
connection-timeout: 30000
validation-timeout: 5000