03 2021 档案
摘要:1. mvc rest接口返回对象转字符串 <mvc:annotation-driven> <mvc:message-converters> <bean class="org.springframework.http.converter.StringHttpMessageConverter" />
阅读全文
摘要:1. 中文路径 404 等相关编码问题: server.xml中配置 URIEncoding="UTF-8" 2.虚拟路径 访问静态资源: server.xml 配置 <Context docBase="D:/root/pic" reloadable="true" path="/" /> 3.开启远
阅读全文