From dd67e514acb7b6d74f5c3ec3c388d6b8a00cfc26 Mon Sep 17 00:00:00 2001 From: SLMS Development Team Date: Sun, 30 Nov 2025 12:37:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0backend=E8=B5=84=E6=BA=90?= =?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 --- backend/src/main/java/.gitkeep | 0 backend/src/main/resources/application.properties | 13 +++++++++++++ 2 files changed, 13 insertions(+) delete mode 100644 backend/src/main/java/.gitkeep create mode 100644 backend/src/main/resources/application.properties diff --git a/backend/src/main/java/.gitkeep b/backend/src/main/java/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties new file mode 100644 index 0000000..d91dee8 --- /dev/null +++ b/backend/src/main/resources/application.properties @@ -0,0 +1,13 @@ +# 智能图书管理系统 - Web 后端配置 +server.port=8082 + +# 应用信息 +spring.application.name=MCSLMS-Backend + +# Thymeleaf 配置 +spring.thymeleaf.cache=false +spring.thymeleaf.prefix=classpath:/templates/ +spring.thymeleaf.suffix=.html + +# 静态资源 +spring.web.resources.static-locations=classpath:/static/