02 2019 档案

摘要:<!-- 字符编码过滤器 --> <filter> <filter-name>characterEncodingFilter</filter-name> <filter-class>org.springframework.web.filter.CharacterEncodingFilter</fil 阅读全文

posted @ 2019-02-20 20:34 一宝 阅读(357) 评论(0) 推荐(0)

摘要:pom.xml <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <!--spring 版本 --> <spring.version>4.3.14.RELEASE</spring.versi 阅读全文

posted @ 2019-02-17 16:28 一宝 阅读(360) 评论(0) 推荐(0)

摘要:1. web.xml web.xml是tomcat启动时需要读取的配置文件,此配置文件中需给出SpringMVC的servlet和Spring的加载项,内容如下: <?xml version="1.0" encoding="UTF-8"?><beans xmlns="http://www.sprin 阅读全文

posted @ 2019-02-15 14:20 一宝 阅读(144) 评论(0) 推荐(0)

摘要:一. Eclipse http://mirror.csclub.uwaterloo.ca/eclipse/technology/epp/downloads/release/ 选择对应j2ee的操作系统版本 二. spring https://repo.spring.io/libs-release-l 阅读全文

posted @ 2019-02-15 13:50 一宝 阅读(202) 评论(0) 推荐(0)

导航