sean.zhou
2022-03-29 a9db6c9a9bc010e612b7b5089a0c77b4a074e01f
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
@@ -58,7 +58,7 @@
# Tutorial: https://help.aliyun.com/document_detail/100624.htm?spm=a2c4g.11186623.0.0.74075e34eIhK7T#concept-xzh-nzk-2gb
aliyun:
  oss:
    enable: true
    enable: false
    endpoint: Please enter your endpoint. # Example: https://oss-cn-shenzhen.aliyuncs.com
    access-key: Please enter your access key.
    secret-key: Please enter your secret key.