且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Spring Boot 1.4:无法将类路径资源[]解析为URL,因为它不存在

更新时间:2023-01-11 10:44:18

@EnableAutoConfiguration(exclude = HibernateJpaAutoConfiguration.class) 必须在应用程序类上设置 spring.data.jpa.repositories.enabled=false必须在应用程序属性/yml中设置.

@EnableAutoConfiguration(exclude = HibernateJpaAutoConfiguration.class) must be set on the application class and spring.data.jpa.repositories.enabled=false must be set in the application properties/yml.