JAVA-3531 Move spring-mvc-xml module

This commit is contained in:
mikr 2020-12-30 22:26:14 +01:00
parent 24ef4eaa19
commit de5f9940dd
55 changed files with 86 additions and 87 deletions

View File

@ -664,7 +664,6 @@
<module>spring-mvc-java-2</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-xml</module>
<module>spring-protobuf</module>
<module>spring-quartz</module>
@ -1130,7 +1129,6 @@
<module>spring-mvc-java-2</module>
<module>spring-mvc-velocity</module>
<module>spring-mvc-xml</module>
<module>spring-protobuf</module>
<module>spring-quartz</module>

View File

@ -1,2 +0,0 @@
required.name = Name is required!
NotEmpty.person.password = Password is required!

View File

@ -22,6 +22,7 @@
<module>spring-mvc-forms-jsp</module>
<module>spring-mvc-views</module>
<module>spring-mvc-webflow</module>
<module>spring-mvc-xml</module>
<module>spring-rest-angular</module>
<module>spring-rest-http</module>
<module>spring-resttemplate-2</module>

View File

@ -0,0 +1,2 @@
required.name = Name is required!
NotEmpty.person.password = Password is required!

View File

@ -1,4 +1,4 @@
package com.baeldung;
package org.baeldung;
import org.junit.Test;
import org.junit.runner.RunWith;