-
Notifications
You must be signed in to change notification settings - Fork 8
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.
-
Clone the application-stack-intro repository
git clone [email protected]:OpenLiberty/application-stack-intro.git cd application-stack-intro
-
Initialize the project with the java-openliberty stack
odo create java-openliberty my-component
-
Push the sample application to OpenShift
odo push
-
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