美文网首页
springboot @componentScan

springboot @componentScan

作者: lazyTai | 来源:发表于2018-10-23 16:43 被阅读18次

    @componentScan
    默认配置是?
    默认是加载和Application类所在同一个目录下的所有类,包括所有子目录下的类。

    @componentScan 配置--多个

    @ComponentScan("com.package1,cn.package2")

    相关文章

      网友评论

          本文标题:springboot @componentScan

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