mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 13:05:49 +00:00
Remove JSP configuration
This commit is contained in:
parent
3f95e6676c
commit
26118e66eb
3 changed files with 2 additions and 8 deletions
|
@ -3,10 +3,6 @@ database=hsqldb
|
||||||
spring.datasource.schema=classpath*:db/${database}/schema.sql
|
spring.datasource.schema=classpath*:db/${database}/schema.sql
|
||||||
spring.datasource.data=classpath*:db/${database}/data.sql
|
spring.datasource.data=classpath*:db/${database}/data.sql
|
||||||
|
|
||||||
# Web
|
|
||||||
spring.mvc.view.prefix=/WEB-INF/jsp/
|
|
||||||
spring.mvc.view.suffix=.jsp
|
|
||||||
|
|
||||||
# JPA
|
# JPA
|
||||||
spring.jpa.hibernate.ddl-auto=none
|
spring.jpa.hibernate.ddl-auto=none
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
welcome=Welcome
|
|
||||||
required=is required
|
required=is required
|
||||||
notFound=has not been found
|
notFound=has not been found
|
||||||
duplicate=is already in use
|
duplicate=is already in use
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
welcome=Willkommen
|
|
||||||
required=muss angegeben werden
|
required=muss angegeben werden
|
||||||
notFound=wurde nicht gefunden
|
notFound=wurde nicht gefunden
|
||||||
duplicate=ist bereits vergeben
|
duplicate=ist bereits vergeben
|
||||||
nonNumeric=darf nur numerisch sein
|
nonNumeric=darf nur numerisch sein
|
||||||
duplicateFormSubmission=Wiederholtes Absenden des Formulars ist nicht erlaubt
|
duplicateFormSubmission=Wiederholtes Absenden des Formulars ist nicht erlaubt
|
||||||
typeMismatch.date=ungültiges Datum
|
typeMismatch.date=ung<EFBFBD>ltiges Datum
|
||||||
typeMismatch.birthDate=ungültiges Datum
|
typeMismatch.birthDate=ung<EFBFBD>ltiges Datum
|
||||||
|
|
Loading…
Reference in a new issue