美文网首页
4.15 使用java类进行配置

4.15 使用java类进行配置

作者: 仙境源地 | 来源:发表于2019-10-17 10:10 被阅读0次

    常用注解
    @Configuraion
    @Bean
    @Lazy
    @PropertySource
    @Scope
    @DependsOn
    @ConponentScan
    @Import(AppConfiqFour.class)
    @ImportResource(value="classpath:sprinq/app-context-xml-01.xml")

    相关文章

      网友评论

          本文标题:4.15 使用java类进行配置

          本文链接:https://www.haomeiwen.com/subject/uzfmmctx.html