Skip to content

Commit e263fe4

Browse files
authored
remove InjectionDemo @configuration
1 parent ca157ee commit e263fe4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

thinking-in-spring/dependency-injection/src/main/java/org/geekbang/thinking/in/spring/ioc/dependency/injection/AnnotationDependencyInjectionResolutionDemo.java

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
* @see Qualifier
4444
* @since
4545
*/
46-
@Configuration
4746
public class AnnotationDependencyInjectionResolutionDemo {
4847

4948
@Autowired // 依赖查找(处理) + 延迟

0 commit comments

Comments
 (0)