摘要:
1、在具体的方法上指定返回编码 @RequestMapping(value = "index", produces = "text/html;charset=utf-8") 2 、WebMvcConfigurer统一配置 @Bean public HttpMessageConverter<Strin 阅读全文
摘要:
基于springboot 2.3.4.RELEASE。 pom.xml <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </depend 阅读全文