首页 > 技术文章 > spring boot: 在maven中装入springframework框架

achengmu 2017-12-26 11:28 原文

1.在maven 的pom.xml中加入

<dependency>
    	<groupId>org.springframework</groupId>
    	<artifactId>spring-context</artifactId>
    	<version>4.1.6.RELEASE</version>
    </dependency>

  

2.右击下项目:maven->update project更新

推荐阅读