at cn.tearn.security.service.impl.UserDetailServiceImpl.loadUserByUsername(UserDetailSe...

at cn.tearn.security.service.impl.UserDetailServiceImpl.loadUserByUsername(UserDetailSe...
Use of @OneToMany or @ManyToMany targeting an unmapped class 实体类缺少 @Entity注解 会报这个错误
1. spring.factories得放在META-INF目录下 配置多模块时,模块间涉及到引用,并且存在包不同的情况,以致在主模块中引用不到子模块的类,一般情况下都在启动...
如果把包名加在启动类上,那就不能解耦了。
2018-01-11 记录一个springboot+多模块的坑springboot多模块项目无法加载configuration配置类 用父项目+多模块+多模块的结构配置了一个springboot项目 配置类在中间多模块层 springb...
写这篇笔记的原因是在配置微服务过程中,出现了如下错,原因很简单,但是因为不够熟悉困惑了一阵子。 Field userFeignClient in cn.tearn.testa...