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 にアップグレードしたばかりですが、メールが消えてしまいました。
公式ガイドには記載されていません。
私のポンは次のようになります:
cache managerを除いて、他のすべてが機能しますが、それには説明があります。
ehcache サポートと同じように、この追加の jar が必要でした (ただし、ガイドには記載されていませんか?)
<dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> <version>3.2.0.RELEASE</version> </dependency>