Zhang Kun
Zhang Kun
在应用包路径创建package: springfox.documentation.schema ,在这个package下创建 Example.java,重写 equals方法就能解决问题,代码如下: ```java public boolean equals(Object o) { if (this == o) { return true; } else if (o != null && !o.toString().equals("") && this.getClass() == o.getClass())...
安装python2:https://linuxconfig.org/install-python-2-on-ubuntu-20-04-focal-fossa-linux 切换默认到python2:https://linuxconfig.org/ubuntu-20-04-python-version-switch-manager 执行 python -V,验证 python 版本是否是 Python 2.x.x,如果是,默认 python 环境就是2了。重新执行脚本,选择启动就可以正常启动了,已验证。