mybatis报错:Cause: java.io.FileNotFoundException: http://commons.apache.org/dtds/mbeans-descriptors.dtd
解决:
mybatis.mapper-locations=classpath*:**/mapper/*.xml
修改为
mybatis.mapper-locations=classpath:**/mapper/*.xml
参考:https://stackoverflow.com/questions/65031835/why-does-springboot-report-errors-when-integrating-mybatis-and-druid
posted on 2021-07-04 14:04 mylittlecabin 阅读(444) 评论(0) 编辑 收藏 举报