File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ spring.jpa.open-in-view=false
2626# swagger
2727springdoc.swagger-ui.path =/documentation
2828springdoc.api-docs.path =/documentation/schemas
29+ springdoc.default-produces-media-type =application/json
30+ springdoc.default-consumes-media-type =application/json
2931
3032# token
3133token.expiration-in-hours =${TOKEN_EXPIRATION_IN_HOURS:24}
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ spring.jpa.show-sql=${show-sql:true}
1616# swagger
1717springdoc.swagger-ui.path =/documentation
1818springdoc.api-docs.path =/documentation/schemas
19+ springdoc.default-produces-media-type =application/json
20+ springdoc.default-consumes-media-type =application/json
1921
2022# configuracoes do spring JPA.
2123spring.jpa.hibernate.ddl-auto =none
You can’t perform that action at this time.
0 commit comments