!!!СВАГГЕР!!!
This commit is contained in:
@ -24,6 +24,10 @@ spring:
|
||||
connection-timeout: 30000
|
||||
connection-test-query: SELECT 1
|
||||
validation-timeout: 30000
|
||||
jpa:
|
||||
properties:
|
||||
hibernate:
|
||||
dialect: org.hibernate.dialect.PostgreSQLDialect
|
||||
redis:
|
||||
host: 127.0.0.1
|
||||
port: 6379
|
||||
@ -56,4 +60,12 @@ logging:
|
||||
level:
|
||||
com:
|
||||
zaxxer:
|
||||
hikari: DEBUG
|
||||
hikari: DEBUG
|
||||
|
||||
springdoc:
|
||||
api-docs:
|
||||
enabled: true
|
||||
path: /api-docs
|
||||
swagger-ui:
|
||||
enabled: true
|
||||
path: /api-docs-ui
|
||||
|
||||
Reference in New Issue
Block a user