开发配置修改

master
chen 2 years ago
parent a700a45b2b
commit 337902b919
  1. 4
      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)

Loading…
Cancel
Save