使用IDEA+Maven+jersey构建RESTful Web Services入门案例

1.首先在WEB项目 2.创建好之后点击项目右键,点Add Frameworks Support给项目添加Maven框架 3.创建好之后的项目结构如下图所示 4.添加pom.xml依赖 <dependencies> <dependency> <groupId>org.glassfish.jersey.containers</groupId>
相关文章
相关标签/搜索