#
# mybatis 配置
#
############################################################
mybatis:
type-aliases-package: com.leon.pojo # 所有POJO类所在包路径
mapper-locations: classpath:mapper/*.xml # mapper映射文件
# configuration:
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
转载请注明原文地址:https://blackberry.8miu.com/read-26439.html