Skip to content

Commit

Permalink
remove useless bean name set
Browse files Browse the repository at this point in the history
  • Loading branch information
areyouok committed Dec 27, 2023
1 parent 39bd17c commit 8c94503
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ public void setApplicationContext(ApplicationContext applicationContext) throws
@Role(BeanDefinition.ROLE_INFRASTRUCTURE)
public CacheAdvisor jetcacheAdvisor(JetCacheInterceptor jetCacheInterceptor) {
CacheAdvisor advisor = new CacheAdvisor();
advisor.setAdviceBeanName(CacheAdvisor.CACHE_ADVISOR_BEAN_NAME);
advisor.setAdvice(jetCacheInterceptor);
advisor.setBasePackages(this.enableMethodCache.getStringArray("basePackages"));
advisor.setOrder(this.enableMethodCache.<Integer>getNumber("order"));
Expand Down

0 comments on commit 8c94503

Please sign in to comment.