From eb04bbcaa4913b01d3cb58400fbf7b6f3d1629d1 Mon Sep 17 00:00:00 2001 From: gbks121 <241717635+gbks121@users.noreply.github.com> Date: Tue, 11 Nov 2025 15:46:59 +0100 Subject: [PATCH] Adding custom-bean-packages property in application.yaml Adding the missing custom-bean-packages property in application.yaml and removing the duplicate custom-provider-classes property --- src/main/resources/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index c0dff53..0b96494 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -359,7 +359,7 @@ hapi: # ------------------------------------------------------------------------------- # comma-separated package names, will be @ComponentScan'ed by Spring to allow for creating custom Spring beans - # custom-provider-classes: + # custom-bean-packages: # custom-interceptor-classes: # custom-provider-classes: