摘要: Caused by: org.apache.ibatis.exceptions.PersistenceException: ### Error building SqlSession. ### Cause: org.apache.ibatis.builder.BuilderException: Er 阅读全文
posted @ 2021-10-03 12:00 micer 阅读(422) 评论(0) 推荐(0)
摘要: maven 由于约定大于配置,可能遇到写的配置文件,无法导出或者生效的问题 解决方案: <build> <resources> <resource> <!-- 设定主资源目录 --> <directory>src/main/resources</directory> <includes> <incl 阅读全文
posted @ 2021-10-03 08:47 micer 阅读(37) 评论(0) 推荐(0)