Spring boot json response indent配置

前端之家收集整理的这篇文章主要介绍了Spring boot json response indent配置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
                                        <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"&gt;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

猜你在找的Json相关文章