springboot response xml? Really 6!

springboot response xml? Really 6!

1. Maven coordinates

<!-- pom.xml -->
<dependency>
    <groupId>com.fasterxml.jackson.dataformat</groupId>
    <artifactId>jackson-dataformat-xml</artifactId>
</dependency>

Two, the effect is as follows

insert image description here

Guess you like

Origin blog.csdn.net/weixin_52236586/article/details/131851366