From d34010bcdba98d6906c3ad0959db3c650ea90239 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期四, 06 六月 2024 11:19:42 +0800 Subject: [PATCH] feat:科目查询、新增、状态、排序、删除、修改 --- 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