摘要: 今天使用Eureka Client的时候发现Controller打了@RestController注解,对于返回值是集合类的API接口,其数据还是会被系列化成XML格式: @GetMapping("/user-instance") public List<ServiceInstance> showU 阅读全文
posted @ 2020-07-11 13:27 岁月已走远 阅读(2290) 评论(0) 推荐(0) 编辑