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
26
26
# swagger
27
27
springdoc.swagger-ui.path =/documentation
28
28
springdoc.api-docs.path =/documentation/schemas
29
+ springdoc.default-produces-media-type =application/json
30
+ springdoc.default-consumes-media-type =application/json
29
31
30
32
# token
31
33
token.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}
16
16
# swagger
17
17
springdoc.swagger-ui.path =/documentation
18
18
springdoc.api-docs.path =/documentation/schemas
19
+ springdoc.default-produces-media-type =application/json
20
+ springdoc.default-consumes-media-type =application/json
19
21
20
22
# configuracoes do spring JPA.
21
23
spring.jpa.hibernate.ddl-auto =none
You can’t perform that action at this time.
0 commit comments