Skip to content

Commit

Permalink
nacos config support type and bean factory bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
shiyiyue1102 committed Nov 21, 2024
1 parent 29d1560 commit 126221e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ public String toString() {

@Override
public Object postProcessBeforeInitialization(Object bean, String beanName) throws BeansException {
BeanPostProcessor.super.postProcessBeforeInitialization(bean, beanName);
return bean;
}

Expand Down

0 comments on commit 126221e

Please sign in to comment.