提交 56804510 作者: ZhangJingKun

添加mybatisplus xml扫描目录

上级 de3fee5e
package com.zzsn.leaderbase.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zzsn.leaderbase.entity.CharacterChangeInfoHistory;
/**
* @Version 1.0
* @Author: ZhangJingKun
* @Date: 2024/2/29 17:07
* @Content:
*/
public interface CharacterChangeInfoHistoryService extends IService<CharacterChangeInfoHistory> {
}
......@@ -28,4 +28,10 @@ es1:
endpoint3: 114.116.54.108
endpoint3port: 9200
username: elastic
password: zzsn9988
\ No newline at end of file
password: zzsn9988
mybatis-plus:
mapper-locations: classpath*:com/zzsn/leaderbase/mapper/xml/*Mapper.xml
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
map-underscore-to-camel-case: true
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论