2018年11月20日 | Leave a comment 问题: spring boot 提示 Not a managed type: class 是采用 maven 依赖时出现报这个错 解决: config 类增加 @EntityScan(“***.**”) 参考: https://blog.csdn.net/lilovfly/article/details/53319745