Classpath*加载和Classpath加载区别 classpath*:的出现是为了从classpath和多个jar文件中加载相同的文件,classpath:只能加载找到的第一个文件。 转载于:https://www.cnblogs.com/userrain/p/6203430.html