From 6cf4b661abe31a8502d7e686f1a8eb849c00c1e7 Mon Sep 17 00:00:00 2001 From: zhaowenxuan <chacca165@163.com> Date: 星期一, 01 七月 2024 14:11:43 +0800 Subject: [PATCH] 添加扫描mapper --- src/main/resources/application.properties | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 2eeb8b2..51502c6 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=/ +logging.level.com.example=debug -- Gitblit v1.8.0