Action:
Consider defining a bean of type 'com.yizhanshi.api.system.RemoteUserService' in your configuration.
把这个服务放进service包里
在auth模块的启动类增加注解
@ComponentScan(basePackages = {"com.yizhanshi.api.system.service"})
Action:
Consider defining a bean of type 'com.yizhanshi.api.system.RemoteUserService' in your configuration.
把这个服务放进service包里
在auth模块的启动类增加注解
@ComponentScan(basePackages = {"com.yizhanshi.api.system.service"})