kdayun-template/modules/kdayun-app/src/main/resources/application-mybatis.yml

5 lines
248 B
YAML
Raw Normal View History

2022-02-19 20:28:01 +08:00
########################## mybatis ##########################
mybatis:
#config-location: "classpath: spring-mybatis.xml"
mapper-locations: "classpath: com/kdayun/**/*Mapper.xml"
type-handlers-package: com.kdayun.z1.core.mybatis.typehandle