web.xml中classpath和classpath* 有什么区别?
classpath:只会到你的class路径中查找找文件;
classpath*:不仅包含class路径,还包括jar文件中(class路径)进行查找

相关文章:

  • 2021-12-09
  • 2021-10-15
  • 2021-08-02
猜你喜欢
  • 2021-08-11
  • 2021-08-17
  • 2021-11-18
相关资源
相似解决方案