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
- Host: GitHub
- URL: https://github.com/jonashao/jersey-gradle-example
- Owner: jonashao
- License: apache-2.0
- Created: 2017-04-17T15:36:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T15:56:52.000Z (over 8 years ago)
- Last Synced: 2025-02-25T08:44:40.747Z (8 months ago)
- Topics: gradle, intellij, jersey
- Language: Java
- Homepage: http://t.cn/RXXlhyQ
- Size: 56.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)创建的项目。