- DevOps
Dockerfile
: Used to configure the build process for a Docker image of a Spring Boot application.deployment.yaml
: Used to configure a Kubernetes Deployment for a containerized Spring Boot web application.Jenkinsfile
: Used to configure a Jenkins pipeline for the checkout, build, and deployment of a Spring Boot web application on a Tomcat server.
- AWS
buildspec.yml
: Used to configure AWS CodeBuild for building a Spring Boot project with Maven.appspec.yml
: Used to configure AWS CodeDeploy for deploying a Spring Boot web application on a Tomcat server.
-
Notifications
You must be signed in to change notification settings - Fork 0
Arunam97/SpringBoot-DevOps-ConfigFiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Configuration files and setups for streamlining DevOps practices in Spring Boot projects.