We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f842f commit 1e9e8f4Copy full SHA for 1e9e8f4
spring-test/src/main/java/org/springframework/wx/beans4test/circularReference/Config.java
@@ -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