An open API service indexing awesome lists of open source software.

https://github.com/tcarters/springbootapp_and_devops

A sample SpringBoot App for Jenkins and docker Integration.
https://github.com/tcarters/springbootapp_and_devops

Last synced: over 1 year ago
JSON representation

A sample SpringBoot App for Jenkins and docker Integration.

Awesome Lists containing this project

README

          

# A Simple REST API SpringBoot App for Jenkins Integration and Docker

## What can you do with This Repo ? :
- Build A Docker Image from The SpringBoot App
- Get Help from Jenkins to build the Docker Image of the App
- Or directly you can build a Docker container using the script file given `test-build-and-run.sh`.

## Notice
```diff
+ The app is accessible at the page "/welcome"
````