You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Align CustomerApiClientConfig bean injection with consistent naming
- Updated customerApiClient bean to explicitly inject customerRestClient
(matching bean name for clarity and avoiding ambiguity with multiple RestClient beans).
- Improved readability and future-proofing by keeping method parameter names
aligned with defined @bean names.
Copy file name to clipboardExpand all lines: customer-service-client/src/main/java/io/github/bsayli/openapi/client/adapter/config/CustomerApiClientConfig.java
0 commit comments