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 Test configuration
|
||||||
r2dbc:
|
r2dbc:
|
||||||
url: r2dbc:h2:mem://./testdb
|
url: r2dbc:h2:mem://./testdb
|
||||||
|
user: local
|
||||||
|
password: local
|
||||||
|
|
||||||
server:
|
server:
|
||||||
port: 8080
|
port: 8080
|
||||||
@ -24,6 +26,7 @@ spring:
|
|||||||
user: local
|
user: local
|
||||||
password: local
|
password: local
|
||||||
locations: classpath:db/h2/migration
|
locations: classpath:db/h2/migration
|
||||||
|
main:
|
||||||
|
allow-bean-definition-overriding: true
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user