• 2022-06-06
    用于指定当前类是一个 Spring 配置类,当创建容器时会从该类上加载注解的是哪个注解?
    A: @Import
    B: @PropertySource
    C: @ComponentScan
    D: @Configuration