springboot 支持接收xml

引入包:

        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
            <version>2.4.2</version>
        </dependency>

  

    public String callBack_wx(HttpServletRequest request) throws IOException {
}

  

posted @ 2020-04-08 14:05  qk523  阅读(2915)  评论(0编辑  收藏  举报