@@ -65,7 +65,7 @@ spring:
# 数据库配置
datasource:
driver-class-name: com.mysql.jdbc.Driver
- url: jdbc:mysql://localhost:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
+ url: jdbc:mysql://172.16.0.46:3306/depot-yunnan?useUnicode=true&characterEncoding=utf-8&useSSL=false
username: root
password: 123456
# 缓存配置 host: redis-depot