一、首先搭建Springboot框架
二、去Git地址
下载resteasy-spring-boot-starter文件并打成jar包(因为目前Maven仓库里没有)
Porm文件里的加强防御代码可以删除掉
三、添加Jar包到本地maven仓库
命令如下:mvn install:install-file -DgroupId=org.jboss.resteasy -DartifactId=resteasy-spring-boot-starter -Dversion=2.0.0.Final-SNAPSHOT -Dpackaging=jar -Dfile=D:\resteasy-spring-boot-starter.jar
四、添加解析json
<dependency> <groupId>org.jboss.resteasy<