Skip to content

Using the Stack Intro Application

Adam Wisniewski edited this page Oct 15, 2020 · 7 revisions

The application-stack-intro app is a more complete JAX-RS sample app. It includes a basic REST API, integration tests, and the full MicrProfile suite.

Getting Started

  1. Clone the application-stack-intro repository

    git clone [email protected]:OpenLiberty/application-stack-intro.git
    cd application-stack-intro
  2. Initialize the project with the java-openliberty stack

    odo create java-openliberty my-component
  3. Push the sample application to OpenShift

    odo push
  4. Wait for tests to complete

    odo log -f

For more details on the application-stack-intro application, check out https://github.com/OpenLiberty/application-stack-intro