diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 2025055..cbefca2 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -6,9 +6,9 @@ spring: datasource: master: username: root - password: 123456 + password: root driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://localhost:3306/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 + url: jdbc:mysql://121.37.12.51:3308/iasf?useUnicode=true&useSSL=false&characterEncoding=utf8&serverTimezone=GMT%2b8 redis: host: localhost # Redis服务器地址 database: 0 # Redis数据库索引(默认为0)