BAEL-5988: Added properties for fixing failing tests for R2DBCExampleApplicationIntegrationTest (#13738)

This commit is contained in:
Balamurugan
2023-03-30 06:15:36 +01:00
committed by GitHub
parent e08f12be91
commit cbb69570dc

View File

@@ -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