We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ecc9d commit 317167cCopy full SHA for 317167c
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ env:
21
TIDB_PASSWORD: ''
22
TIDB_DB_NAME: 'test'
23
USE_SSL: 'false'
24
- TIDB_JDBC_URL: 'jdbc:mysql://127.0.0.1:4000/4000'
+ TIDB_JDBC_URL: 'jdbc:mysql://127.0.0.1:4000/test'
25
26
jobs:
27
build:
0 commit comments