From 4f1b72128b128a15e360909e5ea763cf5cb05aaf Mon Sep 17 00:00:00 2001 From: BenjaminNH <1249376374@qq.com> Date: Fri, 27 Jun 2025 21:59:24 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-template.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/main/resources/application-template.yaml b/src/main/resources/application-template.yaml index 50d091b..d5c6a04 100644 --- a/src/main/resources/application-template.yaml +++ b/src/main/resources/application-template.yaml @@ -6,3 +6,10 @@ spring: username: your-username password: your-password url: jdbc:mysql://127.0.0.1:3306/equip_reserve?serverTimeZone=UTC +server: + port: 8080 +jwt: + secret: your-secret +equip-reserve: + device-days: 7 + allowed-origins: http://localhost:5173 \ No newline at end of file