spring-boot
A Cloud Native Buildpack that contributes Spring Boot dependency information and slices an application into multiple layers
File Explorer
Download Latest Version (.zip)- pb-create-package.yml
- pb-minimal-labels.yml
- pb-synchronize-labels.yml
- pb-tests.yml
- pb-update-draft-release.yml
- pb-update-go.yml
- pb-update-pipeline.yml
- pb-update-spring-cloud-bindings-1.yml
- pb-update-spring-cloud-bindings-2.yml
- update-spring-generations.yml
- CODEOWNERS
- dependabot.yml
- labels.yml
- pipeline-descriptor.yml
- pipeline-version
- release-drafter.yml
- stub-spring-cloud-bindings.jar
- spring-app-3.3-no-dependencies.jar
- spring-configuration-metadata.json
- spring-cloud-bindings-1.2.3.jar
- not-a-jar.jar
- servletindicators-jakarta.jar
- servletindicators.jar
- webfluxindicator.jar
- webfluxindicatorjerseyindicator.jar
- webfluxindicatorwebmvcindicator.jar
- 723126712c0b22a7fe409664adf1fbb78cf3040e313a82c06696f5058e190534.toml
- stub-empty.jar
- stub-spring-configuration-metadata.jar
- test-spring-generations.toml
- build.go
- build_test.go
- configuration_metadata.go
- configuration_metadata_test.go
- detect.go
- detect_test.go
- generation_validator.go
- generation_validator_test.go
- init_test.go
- java_version.go
- java_version_test.go
- native_image.go
- native_image_test.go
- spring_cloud_bindings.go
- spring_cloud_bindings_test.go
- spring_performance.go
- spring_performance_test.go
- web_application_type.go
- web_application_type_resolver.go
- web_application_type_resolver_test.go
- web_application_type_test.go
- main.go
- main.go
- unpack_test.go
- init_test.go
- spring_cloud_bindings.go
- spring_cloud_bindings_test.go
- spring_performance.go
- spring_performance_test.go
- build.sh
- .gitignore
- buildpack.toml
- go.mod
- go.sum
- LICENSE
- NOTICE
- README.md
- spring-generations.toml
# Installation Guide
1. Get the code
git clone https://github.com/paketo-buildpacks/spring-boot
Downloads the entire project code from GitHub to your computer.
cd spring-boot
Moves into the project folder you just downloaded.
2. Go
Medium RecommendedPrerequisites
go build ./...
Compiles the Go program into an executable.
go run .
Runs the Go program directly without a separate build step.
If the build finishes without errors, it worked. If you used go run ., check the terminal output.
// repository documentation
Was this content helpful?
(0 ratings)
