摘要: 成员变量的注入是在Bean创建成功之后,通过setter方法进行注入的。所以下面会获取不到值 @RestController public class VipsoftImController { @Autowired private ZooKeeperUtil zooKeeperUtil; @Req 阅读全文
posted @ 2021-04-12 14:57 VipSoft 阅读(407) 评论(0) 推荐(0)