1.在maven 的pom.xml中加入

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

  

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

相关文章:

  • 2021-04-13
  • 2021-09-18
  • 2021-10-06
  • 2021-08-21
  • 2022-12-23
  • 2021-05-14
  • 2021-04-25
  • 2021-03-30
猜你喜欢
  • 2021-11-14
  • 2022-12-23
  • 2022-01-04
  • 2022-02-07
  • 2021-10-08
  • 2022-01-03
相关资源
相似解决方案