From a9db6c9a9bc010e612b7b5089a0c77b4a074e01f Mon Sep 17 00:00:00 2001
From: sean.zhou <sean.zhou@dji.com>
Date: Tue, 29 Mar 2022 11:53:15 +0800
Subject: [PATCH] Add api
---
src/main/resources/application.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index f29e8d4..8c95358 100644
--- a/src/main/resources/application.yml
+++ b/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.
--
Gitblit v1.9.3