解决方案
将spring-aop的版本换为和其他spring.jar包的版本换为一致的
org.springframework spring-core5.1.10.RELEASE org.springframework spring-beans5.1.10.RELEASE org.springframework spring-jdbc5.1.10.RELEASE org.springframework spring-tx5.1.10.RELEASE org.springframework spring-aspects5.1.10.RELEASE org.aspectj aspectjweaver1.8.10 org.aspectj aspectjrt1.9.6 runtime org.springframework spring-aop5.1.10.RELEASE //保持版本一致



