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.
我想在不同的Project 1@ManagedBean中访问Project 2中的 a ,但它的值总是. 我尝试将文件添加到Project 2,但没有帮助。nullsrc/main/webapp/META-INF/faces-config.xml
@ManagedBean
null
src/main/webapp/META-INF/faces-config.xml
Project 2添加为Project 1.jar中的 a 。我面临的问题是不包含该文件。.jarMETA-INF/faces-config.xml
.jar
META-INF/faces-config.xml
如何.jar在我的 Maven 项目构建期间将此文件正确添加到?
你需要放置faces-config.xml在src/main/resources/META-INF. 如果您正在构建一个文件夹.jar,那么拥有一个webapp文件夹没有任何意义。
faces-config.xml
src/main/resources/META-INF
webapp
所以请确保你有它src/main/resources/META-INF/faces-config.xml。
src/main/resources/META-INF/faces-config.xml