<p>使用Spring boot返回json数据压缩为一行,即格式化打印的配置<br>google搜的第一个答案不靠谱,<a href="https://stackoverflow.com/questions/6541757/when-using-spring-mvc-for-rest-how-do-you-enable-jackson-to-pretty-print-render">https://stackoverflow.com/que...</a><br><code>spring.jackson.serialization.INDENT_OUTPUT=true</code>这样配置并不能生效,<br>需要这样配置<code>spring.jackson.serialization.indent-output=true</code></p>
原文链接:https://www.f2er.com/json/412643.html