spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
Spring Integration is introducing a new `spring.integration.keep-alive` property which will create a keep-alive thread [based on this logic](https://docs.spring.io/spring-integration/reference/6.4-SNAPSHOT/keep-alive.html). We could surface this property in Spring Boot, however, we already have...
Version information --- Spring Boot version: 3.3.4 Bug description --- When you place a * `reflection-config.json` * `proxy-config.json` * `resource-config.json` * `serialization-config.json` into `src/main/resources/META-INF/native-image///` and you perform a `process-aot` with...