Intellij IDEA环境配置RestEasy,SpringMVC+RestEasy
摘要:在SpringMvc中配置RestEasy,需要以下步骤 1、通过maven导入restEasy所需要的jar包 2、在web.xml文件中添加相应的配置。 3、编写服务。 具体步骤: 1、通过maven导入restEasy所需要的jar包,找到pom.xml文件(我自己的项目是加入到了web下的p
阅读全文
posted @ 2016-10-26 16:16