Add specifying (fixed) date format via application properties

Fixes gh-778, Fixes gh-755
This commit is contained in:
Marcel Overdijk
2014-05-04 10:52:09 +02:00
committed by Dave Syer
parent 949871957b
commit 0f738be114
3 changed files with 45 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ content into your application; rather pick only the properties that you need.
http.mappers.json-pretty-print=false # pretty print JSON
http.mappers.json-sort-keys=false # sort keys
spring.mvc.locale= # set fixed locale, e.g. en_UK
spring.mvc.date-format= # set fixed date format, e.g. dd/MM/yyyy
spring.mvc.message-codes-resolver.format= # PREFIX_ERROR_CODE / POSTFIX_ERROR_CODE
spring.view.prefix= # MVC view prefix
spring.view.suffix= # ... and suffix