Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlosndiaye/isimmo-jersey-restful-jwt
Jersey RESTful API
https://github.com/carlosndiaye/isimmo-jersey-restful-jwt
hibernate javaee jersey jsonwebtoken maven mysql restful-webservices security
Last synced: about 4 hours ago
JSON representation
Jersey RESTful API
- Host: GitHub
- URL: https://github.com/carlosndiaye/isimmo-jersey-restful-jwt
- Owner: carlosndiaye
- Created: 2019-07-01T14:09:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T04:59:02.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T19:54:58.962Z (over 1 year ago)
- Topics: hibernate, javaee, jersey, jsonwebtoken, maven, mysql, restful-webservices, security
- Language: Java
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.com/carlosndiaye/isimmo-jersey-restful-jwt.svg?branch=master)](https://travis-ci.com/carlosndiaye/isimmo-jersey-restful-jwt)
# ISIMMO - Jersey RESTful API with JWT
Jersey RESTful API with JWTThis project can be used as template to create Java RESTful Web Service application with Maven, Hibernate and JSON Web Token
## Installation
The project is built with Maven. To create the ```war``` archive run:````
mvn clean install
````## Deployment
This project is deployed on Heroku. You can access it from [this link](https://isimmo.herokuapp.com/)