forked from loafle/openapi-generator-original
[Spring] Format datetime in rfc3339 (#3777)
* [spring-boot] format datetime in rfc3339 See #3727 * [spring-mvc] format datetime in rfc3339
This commit is contained in:
committed by
wing328
parent
2680995825
commit
6f2c139ff8
@@ -1,3 +1,5 @@
|
||||
springfox.documentation.swagger.v2.path=/api-docs
|
||||
server.contextPath={{^contextPath}}/{{/contextPath}}{{#contextPath}}{{contextPath}}{{/contextPath}}
|
||||
server.port={{serverPort}}
|
||||
server.port={{serverPort}}
|
||||
spring.jackson.date-format={{basePackage}}.RFC3339DateFormat
|
||||
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false
|
||||
Reference in New Issue
Block a user