浏览代码

no update

anderx 4 年之前
父节点
当前提交
1fe435809a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/main/resources/spring/spring-mvc.xml

+ 0 - 1
src/main/resources/spring/spring-mvc.xml

@@ -30,7 +30,6 @@
 		<property name="providerClass" value="org.hibernate.validator.HibernateValidator" />
 		<property name="validationMessageSource" ref="messageSource" />
 	</bean>
-
 	<mvc:annotation-driven validator="validator" />
 
 	<bean