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
This commit is contained in:
gbks121
2025-11-11 15:46:59 +01:00
parent d6fb164665
commit eb04bbcaa4

View File

@@ -359,7 +359,7 @@ hapi:
# ------------------------------------------------------------------------------- # -------------------------------------------------------------------------------
# comma-separated package names, will be @ComponentScan'ed by Spring to allow for creating custom Spring beans # 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-interceptor-classes:
# custom-provider-classes: # custom-provider-classes: