Authored by mali

h5页面路径访问

... ... @@ -19,6 +19,8 @@
<context:component-scan base-package="com.yohoufo" />
<mvc:resources mapping="/html/**" location="/html/" />
<!-- 启动SpringMVC的注解功能,完成请求和注解POJO的映射 -->
<mvc:annotation-driven>
<mvc:message-converters register-defaults="false">
... ...