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