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.
- Host: GitHub
- URL: https://github.com/tcarters/springbootapp_and_devops
- Owner: Tcarters
- License: apache-2.0
- Created: 2023-02-10T17:25:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T00:09:43.000Z (over 3 years ago)
- Last Synced: 2025-01-23T02:44:55.195Z (over 1 year ago)
- Language: Java
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
````