报错sudo must be owned by uid 0 and have the setuid bit set;
先在window 下 配置ubuntu 默认用户,如下配置后打开ubuntu就是root用户了 在root 用户下执行下面的命令:
$ chmod 644 /usr/lib/sudo/sudoers.so
$ chown -R root /usr/lib…
1. 错误
SpringBoot3 整合 MyBatis-Plus 出现错误 org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name ***** defined in file [*****.class]: Invalid value type for attribute factoryBeanObjectType: java.lang.String …