From d219fbc92a367aee7fd8d3facdc36ad0819625fa Mon Sep 17 00:00:00 2001 From: NingHuan <2139614357@qq.com> Date: Sun, 22 Jun 2025 17:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/main/resources/application-dev.properties diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties new file mode 100644 index 0000000..6120d9c --- /dev/null +++ b/src/main/resources/application-dev.properties @@ -0,0 +1,5 @@ +# 阿里云OSS配置 +aliyun.oss.endpoint=oss-cn-beijing.aliyuncs.com +aliyun.oss.bucketName=ipz-nh +aliyun.oss.accessKeyId=LTAI5tBeto7V7BPWBcCjeP7A +aliyun.oss.accessKeySecret=bjQGt2G4J5yetxuY5cT5ZnKnIOqe4O