Skip to content
rfreier edited this page Apr 13, 2018 · 1 revision

Get Started

Start from scratch

The easiest way to get started is the oasp4j-app-template. It is a maven archetype, generating the most important code and configurations needed by an application using the oasp4j. To use the archetype follow these steps:

  1. Clone oasp4j-sample*

  2. Go to the oasp4j-app-template directory*

  3. Install the archetype mvn install*

  4. See the m2e documentation on how to generate the application within eclipse.

    • Use group ID io.oasp.java and artifact ID oasp4j-app-template

Note
*Steps 1 to 3 can be omitted once the oasp4j-app-template is published to a public repository.

Start with an example

Clone this wiki locally