test: Integration tests outline

This commit is contained in:
Piotr Dec 2024-05-24 19:37:56 +02:00
parent 2f7e706548
commit 2981691ffc
Signed by: stawros
GPG key ID: F89F27AD8F881A91
6 changed files with 191 additions and 2 deletions

View file

@ -2,6 +2,9 @@ hsqldb:
name: db
port: 9090
nbp:
baseurl: "http://api.nbp.pl"
spring:
datasource:
username: sa
@ -11,3 +14,12 @@ spring:
jpa:
hibernate:
ddl-auto: create
management:
endpoints:
jmx:
exposure:
exclude: '*'
web:
exposure:
include: health