From e816946bb6e8f6b88045e565a3368c2367e7158a Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 15 Jul 2025 14:09:33 +0800
Subject: [PATCH] 1

---
 websocketSerivce/src/main/resources/application.yml |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/websocketSerivce/src/main/resources/application.yml b/websocketSerivce/src/main/resources/application.yml
index 191842b..9ba5d8e 100644
--- a/websocketSerivce/src/main/resources/application.yml
+++ b/websocketSerivce/src/main/resources/application.yml
@@ -50,3 +50,6 @@
           config:
             multi-statement-allow: false
 
+mybatis:
+  mapper-locations: classpath:/mappers/*.xml # Mapper XML文件的位置
+  type-aliases-package: com.example.demo.entity # 实体类的包路径

--
Gitblit v1.9.3