天天看點

解決Servlet 注解不生效的問題

解決Servlet 注解不生效的問題

在web.xml中,将根标簽的metadata-complete屬性改為false

<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee
                             http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
         version="4.0"
         metadata-complete="false">
           

繼續閱讀