1、类冲突问题排查
System.out.println(Car.class.getProtectionDomain().getCodeSource().getLocation());
打印某个类的路径,找到主方法jvm中实际加载到的类