spring-boot
spring-boot copied to clipboard
Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.
I have prepared two potential solutions for this #33434 enhancement. The first approach offers a simple and intuitive way to use it: ```java @SpringJUnitConfig @TestPropertySource(locations = "classpath:test.yaml", factory = YamlPropertySourceFactory.class)...
Heyho, it seems like there is currently no way to specify schema files by their filename. Instead it is only possible to configure directories. From GraphqlProperties.java: ``` private String[] appendSlashIfNecessary(String[]...
In Spring Boot 3.4.0-M3, `OtlpLoggingConfigurations.otlpHttpLogRecordExporter` is a created if `OtlpLoggingConnectionDetails` is created, the latter is a conditionally created if the property `management.otlp.logging.endpoint` is defined. It looks like the only option...
If you think it's a good idea, it might be worth considering adding templates for PRs.
If you define multiple services of the same type in your Docker Compose yaml, you'll get multiple connection details beans of the same type in the context. Those beans are...