docs: add README + ci: add tests

This commit is contained in:
me
2026-02-24 15:40:32 +03:00
parent bca8a08469
commit 81a0017d24
24 changed files with 461 additions and 516 deletions

View File

@@ -3,10 +3,14 @@ spring:
url: jdbc:postgresql://localhost:5432/bankcards
username: postgres
password: postgres
driver-class-name: org.postgresql.Driver
jpa:
hibernate:
ddl-auto: validate
show-sql: false
properties:
hibernate:
dialect: org.hibernate.dialect.PostgreSQLDialect
liquibase:
change-log: classpath:db/migration/changelog-master.xml
@@ -23,3 +27,5 @@ app:
springdoc:
swagger-ui:
path: /swagger-ui.html
api-docs:
path: /v3/api-docs