2020年12月25日

SpringBoot整合Mybatis使用xml注解方式出现Invalid bound statement (not found)问题的解决

摘要: 在pom.xml文件的<build></build>内加入以下标红内容: <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</arti 阅读全文

posted @ 2020-12-25 09:43 SilenceAries 阅读(237) 评论(0) 推荐(0)

导航