@Autowired静态变量

  

@Component
public class UserUtil{
    private static Config config;
    
    @Autowired
    public void setConfig(Config config) {
        UserUtil.config = config;
    }
}

猜你喜欢

转载自www.cnblogs.com/coffee9527/p/9247012.html
今日推荐