An open API service indexing awesome lists of open source software.

https://github.com/jonashao/jersey-gradle-example

Startup Jersey project built with gradle on IntelliJ IDEA
https://github.com/jonashao/jersey-gradle-example

gradle intellij jersey

Last synced: 3 months ago
JSON representation

Startup Jersey project built with gradle on IntelliJ IDEA

Awesome Lists containing this project

README

          

# Jersey Gradle Example

使用介绍请见[这篇博客](https://junnanhao.com/2017/04/17/jersey-gradle/)

工具:

* IDE: Intellij Idea
* 容器: Jetty(也可以使用Tomcat等其他容器)

本博客参考了Jersey官方的[Jersey 2 maven archetypes](https://jersey.java.net/download.html)创建的项目。