springboot常见问题

Method annotated with @Bean is called directly. Use dependency injection instead.

未添加@Configuration注解,导致@Bean之间相互调用出错

因此把类名上面增加@Configuration注解即可解决。


springboot常见问题
http://example.com/2021/04/22/springboot常见问题/
作者
shoukailiang
发布于
2021年4月22日
许可协议