fix: 修正R2DBC URL格式为三个斜杠
问题:R2DBC URL格式错误导致连接失败 修复:使用正确的r2dbc:h2:mem:///格式
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
spring:
|
||||
r2dbc:
|
||||
url: r2dbc:h2:mem://testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||
url: r2dbc:h2:mem:///testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE
|
||||
username: sa
|
||||
password:
|
||||
pool:
|
||||
|
||||
Reference in New Issue
Block a user