joachimdostal / deployment-demo-base

This is the base application for a Continuous Cloud Deployment Demo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hey there!

This is the base application used to show continuous cloud deployments. It is a basic Java SpringBoot Application wrapped with Gradle gratulating you when successfully deployed.

This app is built with Java11.

Getting Started

YOu can build this app with Gradle. Just use

./gradlew build

to build the application and

./gradlew bootRun

to run it locally.

About

This is the base application for a Continuous Cloud Deployment Demo.


Languages

Language:Java 87.0%Language:Dockerfile 13.0%