- java.lang.IllegalStateException: Failed to load ApplicationContext
- at org.springframework.test.context.CacheAwareContextLoaderDelegate.loadContext(CacheAwareContextLoaderDelegate.java:99)
整了快两个小时了,最后才知道没有将spring配置文件夹中的配置文件加载到classpath中,lz以前并不知道要这样做。
只用右击src.main.source选择build class -> Use as a source Folder就解决问题了