摘要:
报错: Consider defining a bean of type 'XXXXX' in your configuration. 因为在XxxxController.java中使用了: @Autowired private DeviceService deviceService; 需要在实现类 阅读全文
摘要:
To fix issues like that, let Maven download the files again: That should try to download the file again and clean up any "residue" in your local repos 阅读全文