From d6a16100e1f5aa863611794dbb70e5d3f4165311 Mon Sep 17 00:00:00 2001
From: 赵文轩 <1652863494@qq.com>
Date: 星期二, 04 六月 2024 16:03:33 +0800
Subject: [PATCH] 引入lombok和logback依赖

---
 src/main/resources/application.properties |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 2eeb8b2..1633702 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -1,4 +1,3 @@
 # 搴旂敤鏈嶅姟 WEB 璁块棶绔彛
-server.port=8080
-img.local.path=E:\\mycode\\img
-img.server.path=
+server.port=14765
+server.servlet.context-path=/

--
Gitblit v1.8.0