随笔分类 - 排错
摘要:springboot启动时报如下错误 Failed to process import candidates for configuration class […Application] … AutoConfigure cycle detected between TransactionAutoCo
阅读全文
摘要:java.lang.IllegalArgumentException: Cannot instantiate interface org.springframework.context.ApplicationListener : org.springframework.boot.cloud.Clou
阅读全文
摘要:报错日志: SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/C:/Users/admin/.m2/repository/ch/qos/logback/logback-clas
阅读全文
摘要:查看docker接口,一般为docker0 $ route 登录后复制 添加接口信任 sudo firewall-cmd --permanent --zone=trusted --add-interface=docker0 sudo firewall-cmd --reload # 添加允许ip地址伪
阅读全文
摘要:搭建docker中的mysql访问宿主机端口报错curl: (56) Recv failure: Connection reset by peer 解决方法很简单,重建docker0网桥,但出现错误原因不清楚 重建docker0网桥步骤: # 停止docker systemctl stop dock
阅读全文
摘要:使用git push -u origin master 命令时 出现 : remote: Permission to gavincook/test.git denied to kase-ding. fatal: unable to access 'https://github.com/gavinco
阅读全文
摘要:错误代码: 11:08:23.255 [restartedMain] DEBUG org.springframework.boot.context.logging.ClasspathLoggingApplicationListener - Application failed to start wi
阅读全文
摘要:错误提示: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'deptController': Unsatisfied dependency express
阅读全文