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

Latest commit

 

History

History
18 lines (13 loc) · 684 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 684 Bytes

Wildfly Swarm JAX-RS and JPA example

Deploy to Heroku

Or follow these steps after installing the Heroku Toolbelt:

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

Other Examples

This example uses ShrinkWrap to create an archive. For a more standard layout see the Wildfly Swarm JAX-RS example.