mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-23 09:10:51 +00:00
* [spring-boot] format datetime in rfc3339 See #3727 * [spring-mvc] format datetime in rfc3339
5 lines
298 B
Plaintext
5 lines
298 B
Plaintext
springfox.documentation.swagger.v2.path=/api-docs
|
|
server.contextPath={{^contextPath}}/{{/contextPath}}{{#contextPath}}{{contextPath}}{{/contextPath}}
|
|
server.port={{serverPort}}
|
|
spring.jackson.date-format={{basePackage}}.RFC3339DateFormat
|
|
spring.jackson.serialization.WRITE_DATES_AS_TIMESTAMPS=false |