修改测试环境数据源及配置

dev
ejinze 2025-11-14 15:10:40 +08:00
parent d4db40ee42
commit dd1c466ba2
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ spring:
type: com.alibaba.druid.pool.DruidDataSource type: com.alibaba.druid.pool.DruidDataSource
druid: druid:
regulatory: regulatory:
url: jdbc:mysql://192.168.20.130:33080/forestFire?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8 url: jdbc:mysql://192.168.20.230:33080/forestFire?serverTimezone=UTC&useSSL=false&useUnicode=true&characterEncoding=utf-8
username: root username: root
password: Mysql@zcloud33080 password: Mysql@zcloud33080
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver