HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on th

来源:互联网 发布:日本有多发达 知乎 编辑:程序博客网 时间:2024/05/16 15:28

hibernate validator 抛出的异常

异常内容:

HV000183: Unable to load 'javax.el.ExpressionFactory'. Check that you have the EL dependencies on the classpath, or use ParameterMessageInterpolator instead


异常解决:

在pom.xml中导入,就行了

<dependency><groupId>javax.el</groupId><artifactId>javax.el-api</artifactId><version>2.2.4</version></dependency><dependency><groupId>org.glassfish.web</groupId><artifactId>javax.el</artifactId><version>2.2.4</version></dependency>


希望能帮助到你们

0 0
原创粉丝点击