在import org.springframework.context.support.ClassPathXmlApplicationContext;
编译错误后,我尝试检查spring jar,并取消归档spring-context-support-5.0.5.RELEASE
$ pwd
/Users/apple/Desktop/springt/sp/spring-framework-5.0.5.RELEASE/libs/spring-context-support-5.0.5.RELEASE
$ tree -L 3
.
├── META-INF
│ ├── MANIFEST.MF
│ ├── license.txt
│ └── notice.txt
└── org
└── springframework
├── cache
├── mail
├── scheduling
└── ui
7 directories, 3 files
没有org.springframework.context.support.ClassPathXmlApplicationContext
类文件,然后我尝试下载任何其他春季版本,仍然找不到这个类。
我该怎么办?在哪里可以找到这个类文件?