spring boot 之 Mybatis 配置
程序员文章站
2022-05-01 16:54:25
############################## mybatis配置 ######################################mybatis.configuration.call-setters-on-nulls=true #entity扫描的包名mybatis.ty ......
############################## mybatis配置 ######################################
mybatis.configuration.call-setters-on-nulls=true
#entity扫描的包名
mybatis.type-aliases-package=mydemo.entity
#mapper.xml所在的位置
mybatis.mapper-locations=classpath*:com/mydemo/mapper/*/*mapper.xml
mapper.mappers=mydemo.common.dao.basemapper
#在控制台输出sql返回数据。
mybatis.configuration.log-impl=org.apache.ibatis.logging.stdout.stdoutimpl
#控制台打印字段
logging.level.mydemo.mapper=trace
上一篇: 复购客户sql
下一篇: 金山软件晁云曈:招安攒机商有难度但也要做
推荐阅读