Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WEB-INF文件夹是CLASSPATHJava Web 应用程序的吗?
WEB-INF
CLASSPATH
我假设您指的是 Web 应用程序文件夹结构根/WEB-INF 目录中的目录。
/WEB-INF
不,它不在类路径中。
/WEB-INF/classes虽然在类路径上,但/WEB-INF/lib.
/WEB-INF/classes
/WEB-INF/lib
此外,WEB-INF 中的文件受到保护,不会被 web 容器请求,即它们对外界是不可见的。