Skip to content

Conversation

guswns1659
Copy link
Owner

No description provided.

guswns1659 and others added 18 commits February 25, 2023 12:34
docs: README 추가
스프링 심화 ~8장 실습
프로젝트 셋팅
[스프링부트 - 이해와 원리] 4장 실습
@@ -1,6 +1,6 @@
package com.younghan.two;

import com.younghan.two.proxy.config.v3_proxyfactory.ProxyFactoryConfigV1;
import com.younghan.two.proxy.config.v5_autoproxy.AutoProxyConfig;
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comments1

import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

@Slf4j
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2

ProxyFactory proxyFactory = new ProxyFactory(bean);
proxyFactory.addAdvisor(advisor);
Object proxy = proxyFactory.getProxy();
log.info("create proxy: target={} proxy={}", bean.getClass(), proxy.getClass());
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant