We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab7cd4 commit e90c826Copy full SHA for e90c826
2 files changed
src/main/resources/application.properties
@@ -26,6 +26,8 @@ spring.jpa.open-in-view=false
26
# swagger
27
springdoc.swagger-ui.path=/documentation
28
springdoc.api-docs.path=/documentation/schemas
29
+springdoc.default-produces-media-type=application/json
30
+springdoc.default-consumes-media-type=application/json
31
32
# token
33
token.expiration-in-hours=${TOKEN_EXPIRATION_IN_HOURS:24}
src/test/resources/application.properties
@@ -16,6 +16,8 @@ spring.jpa.show-sql=${show-sql:true}
16
17
18
19
20
21
22
# configuracoes do spring JPA.
23
spring.jpa.hibernate.ddl-auto=none
0 commit comments