Skip to content

Commit

Permalink
Merge pull request #9 from MauroDataMapper/feature/gh-8
Browse files Browse the repository at this point in the history
Add grails.databinding.dateFormats property to mdm-application-build config
  • Loading branch information
jamesrwelch authored Nov 4, 2022
2 parents 7e75ea8 + 4bc2306 commit 47cbd5a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions grails-app/conf/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,16 @@ grails:
prettyPrint: false
autoIndent: false
autoNewLine: false
databinding:
dateFormats:
- "yyyy-MM-dd'T'HH:mm:ss.SSSXXX"
- "yyyy-MM-dd'T'HH:mm:ss.SSXXX"
- "yyyy-MM-dd'T'HH:mm:ss.SXXX"
- "yyyy-MM-dd'T'HH:mm:ssXXX"
- 'yyyy-MM-dd HH:mm:ss.S'
- "yyyy-MM-dd'T'HH:mm:ss'Z'"
- "yyyy-MM-dd HH:mm:ss.S z"
- "yyyy-MM-dd"
---
hibernate:
cache:
Expand Down

0 comments on commit 47cbd5a

Please sign in to comment.