From 93feeedde5a4be55aaacfdd2307f44f8ceab5cc2 Mon Sep 17 00:00:00 2001
From: zj <1772600164@qq.com>
Date: Tue, 24 Sep 2024 10:19:03 +0800
Subject: [PATCH] 1
---
websocketSerivce/src/main/resources/application.yml | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/websocketSerivce/src/main/resources/application.yml b/websocketSerivce/src/main/resources/application.yml
index bfad70d..9ba5d8e 100644
--- a/websocketSerivce/src/main/resources/application.yml
+++ b/websocketSerivce/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 8091
+ port: 8080
spring:
datasource:
@@ -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