GeoServer改造Springboot启动五(解决接口返回xml而不是json)

请求接口返回的是xml,而不是我们常用的json,问题呈现如下图 40GeoServer改造Springboot启动五(解决接口返回xml而不是json)_第1张图片

图 40请求接口返回XML

在@RequestMapping注解上增加produces = {MediaType.APPLICATION_JSON_UTF8_VALUE}GeoServer改造Springboot启动五(解决接口返回xml而不是json)_第2张图片

图 41增加produces

你可能感兴趣的:(GeoServer,spring,boot,xml,json)