From d903a183e82716c9e6b673560f71b57bb6016eec Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期五, 25 十一月 2022 16:22:05 +0800 Subject: [PATCH] 文档 --- ycl-platform/src/main/resources/application-dev.yml | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/ycl-platform/src/main/resources/application-dev.yml b/ycl-platform/src/main/resources/application-dev.yml index 5b4153a..cef9a78 100644 --- a/ycl-platform/src/main/resources/application-dev.yml +++ b/ycl-platform/src/main/resources/application-dev.yml @@ -53,6 +53,7 @@ testOnReturn: false poolPreparedStatements: true maxOpenPreparedStatements: 20 + e-mail: sendHost: smtp.qq.com username: 1723292425@qq.com @@ -62,5 +63,11 @@ ecName: ycl apId: 1 sign: sign - url: http://localhost:8082/sccg/text/sms_res/fail + url: http://localhost:8082/sccg/text/sms_res +point: + severIpAddress: http://localhost:8082/sccg/text/point + username: text + password: 123456 + sendIp: 192.168.3.137 + os: WinPc \ No newline at end of file -- Gitblit v1.8.0