教你如何处理springboot 没法扫描到repository的解决方法
检查pom.xml中的repository配置是否正确,确保spring-boot-starter-data-jpa依赖已添加。如果问题仍然存在,尝试更新spring-boot版本。 Spring Boot 是一个基于 Spring 4 的...
检查pom.xml中的repository配置是否正确,确保spring-boot-starter-data-jpa依赖已添加。如果问题仍然存在,尝试更新spring-boot版本。 Spring Boot 是一个基于 Spring 4 的...