Skip to content

Commit

Permalink
feat: Support custom AutoConfigureBeans, such as default local cache …
Browse files Browse the repository at this point in the history
…config (#783)
  • Loading branch information
javalover123 committed May 23, 2023
1 parent 6df93f1 commit 8de0ea4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ public CacheManager cacheManager(@Autowired SpringConfigProvider springConfigPro
}

@Bean
@ConditionalOnMissingBean
public AutoConfigureBeans autoConfigureBeans() {
return new AutoConfigureBeans();
}
Expand Down

0 comments on commit 8de0ea4

Please sign in to comment.