From cc90152bc8eab5e26bd997a0fc5b06ae78bd2b0b Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Thu, 01 Aug 2024 17:52:26 +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