Skip to content

Commit

Permalink
fix: Fix disabling EhCache (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
pj892031 authored Jan 24, 2024
1 parent fdc1e96 commit a3067b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
@Configuration
@RequiredArgsConstructor
// There is an issue - clashing of XML configuration
@DependsOn({"cacheConfig", "cacheManagerFactoryBean"})
@DependsOn({"cacheConfig", "cacheManager"})
public class DiscoveryClientConfig {
private final AbstractDiscoveryClientOptionalArgs<?> optionalArgs;
private final ApimlDiscoveryClientFactory apimlDiscoveryClientFactory;
Expand Down

0 comments on commit a3067b9

Please sign in to comment.