3.7
fxl
2023-03-07 52cffc4ab8e9787a6f233295502c7c9788dddae1
src/main/resources/spring-mvc.xml
@@ -23,7 +23,7 @@
   </mvc:annotation-driven> 
    <aop:aspectj-autoproxy/>
    <!-- 将无法mapping到Controller的path交给default servlet handler处理 -->
    <!--<mvc:default-servlet-handler/>-->
    <!-- <mvc:default-servlet-handler/> -->
    <mvc:resources mapping="/static/**" location="/static/"/>
    <!-- 定义JSP文件的位置 -->