Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚刚升级到 spring3.2 - 但邮件已经消失了 AFAIK。
官方指南中没有提到它。它去了哪里:
我的 pom 看起来像这样:
除了缓存管理器之外,其他一切都对我有用,但对此有解释。
我需要这个额外的 jar,与 ehcache 支持相同(但在指南中没有提到?)
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>3.2.0.RELEASE</version> </dependency>