-
Create spring boot autoconfiguration class
EndpointCustomization, which will be referenced from META-INF/spring.factories -
Create new Rest Controller implementation that matches path and HTTP method of an existing endpoint from a Broadleaf framework Rest controller
-
Declare the
@ComponentScanannotation on the autoconfiguration class -
Declare the
@AutoConfigureBeforeannotation on the autoconfiguration class to prioritize your controller endpoint