Add email validation on collaborators.

This commit is contained in:
Paulo Gustavo Veiga
2022-02-14 19:59:36 -08:00
parent 188b280bf2
commit 5c0c18eba0
3 changed files with 36 additions and 16 deletions

View File

@@ -64,12 +64,6 @@
class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
</bean>
<bean id="multipartResolver"
class="org.springframework.web.multipart.commons.CommonsMultipartResolver">
<!-- one of the properties available; the maximum file size in bytes -->
<property name="maxUploadSize" value="522240"/>
</bean>
<bean id="messageSource" class="org.springframework.context.support.ResourceBundleMessageSource">
<property name="basenames">
<list>