Maven中资源无法导出
pom.xml中添加
src/main/resources ***.xml ***.xls ***.properties ***.tld ***.xlsx true
请求中文乱码
在web.xml中添加
charset1 org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 charset1 /*

Maven中资源无法导出
pom.xml中添加
src/main/resources ***.xml ***.xls ***.properties ***.tld ***.xlsx true
请求中文乱码
在web.xml中添加
charset1 org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 charset1 /*