2022-04-20 09:18:31 +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
|
|
|
|
configuration:
|
|
|
|
jdbc-type-for-null: 'null'
|
|
|
|
|
|
|
|
|