# springmvc
**Repository Path**: wb-dongzhihan/springmvc
## Basic Information
- **Project Name**: springmvc
- **Description**: spring+mybatise+maven
- **Primary Language**: Java
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2016-10-13
- **Last Updated**: 2020-12-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
解决 url传递参数乱码问题
第一:code
@RequestMapping(value = "/query/{keyword}", method = RequestMethod.GET, produces = "text/html;charset=UTF-8")
public String query(@PathVariable String keyword) {
}
第二:tomcat server.xml 中
注意:如果使用eclipse启动tomcat时,需要将workspace下面 的server.xml 中的Connector也添加URIEncoding="UTF-8"
开源框架地址: http://www.oschina.net/project
dubbo 服务 教程 http://www.roncoo.com/course/view/f614343765bc4aac8597c6d8b38f06fd#boxTwo