Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 392 Bytes

Thorntail JAX-RS example

Deploy to Heroku

Or follow these steps, after installing the Heroku CLI, to deploy with Maven:

$ git clone https://github.com/kissaten/wildfly-swarm-jaxrs
$ cd wildfly-swarm-jaxrs
$ heroku create
$ git push heroku master
$ heroku open