Application Docs Yaml Config
@Configuration
@Profile(value = "docs" )
@PropertySource(value = "classpath:application-docs.yml", factory = YamlPropertySourceFactory::class )
Loads application-docs.yml from this library when the "docs" Spring profile is active. This makes the CI docs workflow (which runs services with -Dspring-boot.run.profiles=docs) pick up H2 and other relaxed settings, even if the consuming application does not ship its own application-docs.yml.