2019年8月11日
摘要: <?xml version="1.0" encoding="UTF-8"?> <beans:beans xmlns="http://www.springframework.org/schema/security" xmlns:beans="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/X 阅读全文
posted @ 2019-08-11 20:55 毛毛儿 阅读(1067) 评论(0) 推荐(0)
摘要: <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd" > <web-app> <context-param> <param-name>contextConfigLocation</param-name> < 阅读全文
posted @ 2019-08-11 20:54 毛毛儿 阅读(678) 评论(0) 推荐(0)
摘要: 1 <properties> 2 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 3 <maven.compiler.source>1.7</maven.compiler.source> 4 <maven.compiler.target>1.7</maven.compiler.target> 5 <spring. 阅读全文
posted @ 2019-08-11 20:52 毛毛儿 阅读(4102) 评论(0) 推荐(0)