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.
说如果在部署描述符和注释中都有配置,哪一个是有效的。注释是否会覆盖部署描述符。
部署描述符覆盖注释。这是 Java EE 教程的摘录。
部署信息最常在源代码中通过注解指定。部署描述符(如果存在)覆盖源代码中指定的内容。
5.1 包装应用