美文网首页
关于非web项目如何使用spring依赖注入

关于非web项目如何使用spring依赖注入

作者: 湘君兮 | 来源:发表于2018-06-26 15:58 被阅读0次

    如果是maven项目,可以使用增加spring-boot-starter依赖来实现

    <dependency>
          <groupId>org.springframework.boot</groupId>
          <artifactId>spring-boot-starter</artifactId>
    </dependency>
    

    相关文章

      网友评论

          本文标题:关于非web项目如何使用spring依赖注入

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