BAEL-5988: Added properties for fixing failing tests for R2DBCExampleApplicationIntegrationTest (#13738)
This commit is contained in:
parent
b5ab6ad906
commit
99d11182ab
@ -1,6 +1,8 @@
|
||||
# R2DBC Test configuration
|
||||
r2dbc:
|
||||
url: r2dbc:h2:mem://./testdb
|
||||
user: local
|
||||
password: local
|
||||
|
||||
server:
|
||||
port: 8080
|
||||
@ -24,6 +26,7 @@ spring:
|
||||
user: local
|
||||
password: local
|
||||
locations: classpath:db/h2/migration
|
||||
|
||||
main:
|
||||
allow-bean-definition-overriding: true
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user