From 96362a744244338b32e1ae58f4d955dbde0bdc1e Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期四, 06 六月 2024 10:47:34 +0800
Subject: [PATCH] 班级通知

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

diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index bb632b2..1f863bd 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -24,7 +24,7 @@
   configuration:
     default-enum-type-handler: org.apache.ibatis.type.EnumOrdinalTypeHandler # 閫氱敤鏋氫妇澶勭悊鍣�
   #    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # 鏃ュ織鎵撳嵃
-  type-enums-package: com.ycl.jxkg.domain.enums.general # 閫氱敤鏋氫妇鎵�鍦ㄥ寘璺緞
+  type-enums-package: com.ycl.jxkg.enums.general # 閫氱敤鏋氫妇鎵�鍦ㄥ寘璺緞
   mapper-locations: classpath*:mapper/*.xml # mapper.xml浣嶇疆
 
 system:

--
Gitblit v1.8.0