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 committed Jan 24, 2024
1 parent 56fd99d commit 0019a3e
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 0019a3e

Please sign in to comment.