sean.zhou
2022-03-25 bb4332fe879900856a6540fa50562b2ad612e456
Adapt to mysql 8.0
1 files modified
4 ■■■■ changed files
src/main/resources/application.yml 4 ●●●● patch | view | raw | blame | history
src/main/resources/application.yml
@@ -7,7 +7,7 @@
    druid:
      type: com.alibaba.druid.pool.DruidDataSource
      driver-class-name: com.mysql.cj.jdbc.Driver
      url: jdbc:mysql://localhost:3306/cloud_sample?useSSL=false
      url: jdbc:mysql://localhost:3306/cloud_sample?useSSL=false&allowPublicKeyRetrieval=true
      username: root
      password: root
      initial-size: 10
@@ -30,7 +30,7 @@
mqtt:
  protocol: tcp
  host: Please enter your IP. # Example: 192.168.1.1
  host: Please enter the address of the emqx server. # Example: 192.168.1.1
  port: 1883
  username: JavaServer
  password: 123456