Files
spring-boot/module/spring-boot-restclient-test/src/main
HuitaePark f21bab293b Allow user-provided alternatives to MockRestServiceServer beans
Previously, MockRestServiceServerAutoConfiguration unconditionally
defined its beans, preventing the user from providing an alternative.

This commit adds @ConditionalOnMissingBean to ensure the auto-configuration
backs off when a user-provided alternatives are present.

See gh-48825

Signed-off-by: HuitaePark <qkrgmlxo3174@gmail.com>
2026-01-16 09:40:57 +00:00
..