| | |
| | | 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 |
| | |
| | | |
| | | 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 |
| | |
| | | # 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. |