Skip to content

Commit 1e9e8f4

Browse files
committed
feat: 开启代理
1 parent 34f842f commit 1e9e8f4

File tree

1 file changed

+13
-0
lines changed
  • spring-test/src/main/java/org/springframework/wx/beans4test/circularReference

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package org.springframework.wx.beans4test.circularReference;
2+
3+
import org.springframework.context.annotation.Configuration;
4+
import org.springframework.context.annotation.EnableAspectJAutoProxy;
5+
6+
/**
7+
* @author wuxin
8+
* @date 2023/03/03 23:26:35
9+
*/
10+
@Configuration
11+
@EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)
12+
public class Config {
13+
}

0 commit comments

Comments
 (0)