!!!СВАГГЕР!!!

This commit is contained in:
Igor I
2025-01-31 19:51:24 +05:00
parent c374fb881e
commit e7d5085f94
17 changed files with 347 additions and 215 deletions

View File

@ -10,7 +10,7 @@ issuer:
spring:
application:
name: kz_mcp_jwt
name: kz_istransit_jwt
datasource:
url: jdbc:postgresql://mcp.kz:5432/mcp
username: igor
@ -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
@ -57,3 +61,11 @@ logging:
com:
zaxxer:
hikari: DEBUG
springdoc:
api-docs:
enabled: true
path: /api-docs
swagger-ui:
enabled: true
path: /api-docs-ui