From 04cf2e67b4d9e7cae2e810ef790bc2da5c23fba3 Mon Sep 17 00:00:00 2001 From: wangsiyuan <2392948297@qq.com> Date: Tue, 5 Dec 2023 10:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=20application-test.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/main/resources/application-test.yml diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml new file mode 100644 index 0000000..8d715ff --- /dev/null +++ b/src/main/resources/application-test.yml @@ -0,0 +1,9 @@ +custom: + phoneNumber: "18281561650" +spring: + datasource: + url: jdbc:mysql://42.193.20.110:8006/qywechatpush?useSSL=false + username: qywechatpush + password: JSckhtke1wFdzq3E + driver-class-name: com.mysql.cj.jdbc.Driver +mybatis-plus: