Github-desktop解决拉取时出现的错误0x80092013 使用Github desktop拉取项目报schannel: next InitialzeSecurityContext failed: Unknown error (0x80092013)解决方案打开Git shell,输入$ git config --global http.schannelCheckRevoke false问题解决
rabbitmq延迟队列安装 错误com.rabbitmq.client.ShutdownSignalException: connection error; protocol method: #method<connection.close>(reply-code=503, reply-text=COMMAND_INVALID - unknown exchange type 'x-delayed-message', class-id=40, method-id=10)解决RabbitMQ 插件下载网站:ht.
RedisTemplate 报No qualifying bean of type... 不能按类型装配注入 百度了一番,网上主要是说把@Autowired改成@resource。但我照做之后依然报错,然后我暂时给注掉了spring容器注入需要加深了解