From 7c522cae1d3a920876399bb2d4ec0980d4f54751 Mon Sep 17 00:00:00 2001 From: ZhouXY108 Date: Thu, 9 Feb 2023 00:40:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=97=B6=E7=9A=84=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/test/resources/application.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plusone-start/src/test/resources/application.yaml diff --git a/plusone-start/src/test/resources/application.yaml b/plusone-start/src/test/resources/application.yaml new file mode 100644 index 0000000..96fd15b --- /dev/null +++ b/plusone-start/src/test/resources/application.yaml @@ -0,0 +1,16 @@ +spring: + profiles: + active: secret + +plusone: + # 邮件发送相关参数 + mail: + subject: + code: Plusone + template: + code: 【Plusone】验证码:%s,10分钟内有效,请勿泄露。 +# 日志配置 +logging: + level: + root: info + '[xyz.zhouxy.plusone]': debug