Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
在配置文件与工程全部正常的情况下运行spring工程 先是报出扫描不到Mapper层 经过百度已经解决 紧接着第二个问题就来了 现在报 Caused by: java.lang.IllegalArgumentException: Property 'sqlSessionFactory' or 'sqlSessionTemplate' are required 我也了解了一下是没配置 可是怎么配置 又..... 求大神能够解答
好像是版本冲突导致的 <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>3.0.7</version> <relativePath/> <!-- lookup parent from repository --> sprng工程的版本为3.0.7 我把mybatisplus的版本换成了3.5.3.1就可以运行了