我有一个基于Spring的应用程序,它运行在tomcat上。使用XML配置应用程序。当我为Spring Security添加POM依赖项时,我遇到了一些我无法解决的错误。请帮忙 -
以下是添加的POM依赖项 -
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>4.2.2.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>4.2.2.RELEASE</version>
</dependency>
以下是错误 -
Error creating bean with name 'org.springframework.integration.expression.IntegrationEvaluationContextAwareBeanPostProcessor
Error creating bean with name 'com.googlecode.ehcache.annotations.config.internalEhCacheCachingAdvisor
Error creating bean with name 'com.googlecode.ehcache.annotations.impl.CacheStaticMethodMatcherPointcut
Error creating bean with name 'com.googlecode.ehcache.annotations.impl.CacheAttributeSourceImpl
Error creating bean with name 'ehCacheManager' defined in file ....appcontext-servlet.xml
Error creating bean with name 'org.springframework.transaction.config.internalTransactionAdvisor'