mybatis-plus:
# xml扫描,多个目录用逗号或者分号分隔
mapper-locations: classpath:mapper/*Mapper.xml
configuration:
# 开启sql日志打印
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
mybatis-plus:
# xml扫描,多个目录用逗号或者分号分隔
mapper-locations: classpath:mapper/*Mapper.xml
configuration:
# 开启sql日志打印
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl