Remove JSP configuration

This commit is contained in:
Antoine Rey 2016-10-13 18:37:18 +02:00
parent 3f95e6676c
commit 26118e66eb
3 changed files with 2 additions and 8 deletions

View file

@ -3,10 +3,6 @@ database=hsqldb
spring.datasource.schema=classpath*:db/${database}/schema.sql
spring.datasource.data=classpath*:db/${database}/data.sql
# Web
spring.mvc.view.prefix=/WEB-INF/jsp/
spring.mvc.view.suffix=.jsp
# JPA
spring.jpa.hibernate.ddl-auto=none

View file

@ -1,4 +1,3 @@
welcome=Welcome
required=is required
notFound=has not been found
duplicate=is already in use

View file

@ -1,8 +1,7 @@
welcome=Willkommen
required=muss angegeben werden
notFound=wurde nicht gefunden
duplicate=ist bereits vergeben
nonNumeric=darf nur numerisch sein
duplicateFormSubmission=Wiederholtes Absenden des Formulars ist nicht erlaubt
typeMismatch.date=ungültiges Datum
typeMismatch.birthDate=ungültiges Datum
typeMismatch.date=ung<EFBFBD>ltiges Datum
typeMismatch.birthDate=ung<EFBFBD>ltiges Datum