root 5 years ago
parent
commit
04ff24a065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application-dev.yml

+ 1 - 1
src/main/resources/application-dev.yml

@ -3,7 +3,7 @@ spring:
3 3
        type: com.alibaba.druid.pool.DruidDataSource
4 4
        druid:
5 5
            driver-class-name: com.mysql.cj.jdbc.Driver
6
            url: jdbc:mysql://localhost:3306/meeting?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
6
            url: jdbc:mysql://121.42.53.174:3306/meeting?useUnicode=true&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
7 7
            username: root
8 8
            password: root001
9 9
            initial-size: 10