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 d4f1ebd commit d887631Copy full SHA for d887631
vertx-mysql-client/docker/mysql/README.md
@@ -6,8 +6,8 @@ Modify the content in the `docker compose.yml`
6
7
### Run the containers
8
9
-```
10
-> docker compose up --build -V
+```shell
+docker compose up --build -V
11
```
12
13
### TLS testing
@@ -21,6 +21,6 @@ The steps to generate these artifacts are quite easy:
21
22
### Run tests
23
24
25
-> mvn test -Dconnection.uri=mysql://mysql:password@localhost:3306/testschema -Dtls.connection.uri=mysql://mysql:password@localhost:3307/testschema
+mvn test -Dconnection.uri=mysql://mysql:password@localhost:3306/testschema -Dtls.connection.uri=mysql://mysql:password@localhost:3307/testschema
26
0 commit comments