Line: 132 - com/opensymphony/xwork2/inject/ContainerBuilder.java:132:-1

问题:少了velocity-tools的jar包

解决:加入该包

<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity-tools -->
<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity-tools</artifactId>
    <version>2.0</version>
</dependency>

 

猜你喜欢

转载自blog.csdn.net/qq_31308933/article/details/81634209
132