https://github.com/bitplan/com.bitplan.simplerest-example
simple RESTFul Jersey API example
https://github.com/bitplan/com.bitplan.simplerest-example
Last synced: about 2 months ago
JSON representation
simple RESTFul Jersey API example
- Host: GitHub
- URL: https://github.com/bitplan/com.bitplan.simplerest-example
- Owner: BITPlan
- License: apache-2.0
- Created: 2016-06-18T04:43:03.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T08:28:39.000Z (almost 8 years ago)
- Last Synced: 2025-01-09T06:46:23.125Z (over 1 year ago)
- Language: Java
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### com.bitplan.simplerest-example
[Example for a RESTFul application](http://www.bitplan.com/SimpleRest)
[](https://travis-ci.org/BITPlan/com.bitplan.simplerest-example)
[](https://search.maven.org/artifact/com.bitplan.rest/com.bitplan.simplerest-example/0.0.2/jar)
[](https://github.com/BITPlan/com.bitplan.simplerest-example/issues)
[](https://github.com/BITPlan/com.bitplan.simplerest-example/issues/?q=is%3Aissue+is%3Aclosed)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](http://www.bitplan.com)
### Documentation
* [Wiki](http://www.bitplan.com/SimpleRest)
* [com.bitplan.simplerest-example Project pages](https://BITPlan.github.io/com.bitplan.simplerest-example)
* [Javadoc](https://BITPlan.github.io/com.bitplan.simplerest-example/apidocs/index.html)
* [Test-Report](https://BITPlan.github.io/com.bitplan.simplerest-example/surefire-report.html)
### Maven dependency
Maven dependency
```xml
com.bitplan.rest
com.bitplan.simplerest-example
0.0.2
```
[Current release at repo1.maven.org](http://repo1.maven.org/maven2/com/bitplan/rest/com.bitplan.simplerest-example/0.0.2/)
### How to build
```
git clone https://github.com/BITPlan/com.bitplan.simplerest-example
cd com.bitplan.simplerest-example
mvn install
```
## Version history
* 0.0.1: 2016-06-18 First release via GitHub / Maven central
* 0.0.2: 2016-06-19 adds basic auth support