mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-17 21:35:50 +00:00
Merge c53309f640
into c4dbb1f648
This commit is contained in:
commit
7b6cb0e3bb
2 changed files with 10 additions and 2 deletions
|
@ -9,5 +9,5 @@
|
||||||
In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
|
In its default configuration, Petclinic uses an in-memory database (HSQLDB) which
|
||||||
gets populated at startup with data. A similar setup is provided for Mysql in case
|
gets populated at startup with data. A similar setup is provided for Mysql in case
|
||||||
a persistent database configuration is needed.
|
a persistent database configuration is needed.
|
||||||
Note that whenever the database type is changed, the jdbc.properties file needs to
|
Note that whenever the database type is changed, the spring/data-access.properties
|
||||||
be updated.
|
file needs to be updated.
|
8
src/main/resources/messages/messages_ch.properties
Normal file
8
src/main/resources/messages/messages_ch.properties
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
welcome=\u6B22\u8FCE
|
||||||
|
required=\u662F\u5FC5\u9700\u7684
|
||||||
|
notFound=\u6CA1\u6709\u627E\u5230
|
||||||
|
duplicate=\u5DF2\u5728\u4F7F\u7528\u4E2D
|
||||||
|
nonNumeric=\u5FC5\u987B\u662F\u6240\u6709\u7684\u6570\u5B57
|
||||||
|
duplicateFormSubmission=\u4E0D\u5141\u8BB8\u91CD\u590D\u63D0\u4EA4\u8868\u5355
|
||||||
|
typeMismatch.date=\u65E0\u6548\u7684\u65E5\u671F
|
||||||
|
typeMismatch.birthDate=\u65E0\u6548\u7684\u65E5\u671F
|
Loading…
Reference in a new issue