spring boot: 在maven中装入springframework框架

1.在maven 的pom.xml中加入

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

  

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

posted @ 2017-12-26 11:28  午火39  阅读(1554)  评论(0)    收藏  举报