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

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中导入,就行了


				javax.el
				javax.el-api
				2.2.4
			
			
			
				org.glassfish.web
				javax.el
				2.2.4
			


希望能帮助到你们

你可能感兴趣的:(hibernate,validator)