Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 958 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 958 Bytes

transactional: Money Transfer Service

Author: Roman Tokarev Level: Intermediate Technologies: EAR, JPA Summary: Based on kitchensink, but deployed as an EAR Target Project: WildFly Source: https://github.com/opensearch/revolut/>

Requirements: WildFly 10, Java 8, Maven.

  1. Clone project

    git clone [email protected]:opensearch/revolut.git

  2. download and unzip http://download.jboss.org/wildfly/10.1.0.Final/wildfly-10.1.0.Final.zip.

  3. Start Wildfly AC:

    /bin/standalone.sh

  4. Go to 'revolut' and execute:

    mvn clean compile package wildfly:deploy

Operations