EntityScan 类已从 SpringBoot 1.5.0-SNAPSHOT 中删除,
当我更改为 1.3.0-SNAPSHOT 版本时,EntityScan 存在。
我必须添加另一个依赖项才能将 EntityScan 与 SpringBoot 1.5.0-SNAPSHOT 一起使用?
https://github.com/spring-projects/spring-boot/issues/8231
最佳答案
请阅读发行说明: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-1.4-Release-Notes#entityscan :
关于spring-boot - Spring Boot 1.5.0-snapshot 上的 org.springframework.boot.orm.jpa.EntityScan,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/42109977/