test: Integration tests outline
This commit is contained in:
parent
2f7e706548
commit
2981691ffc
6 changed files with 191 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue