spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Currently the `CacheMetricsRegistrarConfiguration` binds the meters for the cache related metrics in a `@PostContstruct` for all known cache names. Looking at the `spring-boot-sample-cache` project and the various caches implementations, most...
### Use case Providing a Helm Chart for a Spring Boot application, typically requires translating input from `values.yaml` to application properties. There are many ways to achieve this, one of...
Hello, as of Spring Boot 3 the `management.metrics.web.server.request.autotime` configuration properties were removed and the following note was left: `Should be applied at the ObservationRegistry level.` There's no explanation anywhere on...
**Affects:** Spring Boot 3.3.2, Spring 6.1.11 When using a value class property in `@ConfigurationProperties` with a default value and *not* providing its value in application configuration leads to an error...
I am using DevContainers in my development setup with Docker Compose, but I am encountering difficulties in integrating it seamlessly with Spring Boot's Docker Compose support. Specifically, my devcontainer.json configuration...
This PR enhances the functionality related to issue #40342 by introducing configurable additional paths for live reload. This feature mirrors the existing capability for configuring additional paths for application restart.
As identified by https://github.com/spring-projects/spring-boot/issues/41231, we should review our auto-configuration in the places where it accepts both a URI and separate properties as there's the potential for some confusion and inconsistency....
Please enhance the documentation on how to properly enforce HTTPS on cloudfoundry... [1] only describes some aspects when using tomcat behind a proxy and does not talk about enforcing HTTPS,...
Users can provide optional `bindings` in the Maven `spring-boot:build-image` and Gradle `bootBuildImage` configuration. There are a few directories that are used by buildpacks during the image building process, and using...
See https://github.com/spring-io/start.spring.io/issues/1529. We should add redirects so older files work.