Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Example Java app that uses GitHub Actions and Ploigos

License

Notifications You must be signed in to change notification settings

ploigos/java-github-example

Repository files navigation

Ploigos Example - Java App

A reference application for building and deploying a Java application using Ploigos.

Building Locally

To build, run and test this application locally:

mvn clean package
buildah bud -t java-app .
podman run --rm -p 8080:8080 java-app
curl http://localhost:8080/fruits/

Source

This is a fork of rest-json-quickstart that has been modified to use the Ploigos Step Runner.

About

Example Java app that uses GitHub Actions and Ploigos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published