有同名的bean需要配置: spring.main.allow-bean-definition-overridingtrue 否则报错。
package cn.edu.tju.component;import org.springframework.stereotype.Component;Component
public class Person {private String name;private int age;{this.name "…
一、背景
安装完docker和containerd之后,尝试重启docker的时候,报错如下:
systemctl restart dockerJob for docker.service failed because the control process exited with error code. See “systemctl status docker.service” and “…