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 50d3452 commit b105551Copy full SHA for b105551
frameworks/Java/tio-server/README.md
@@ -78,4 +78,16 @@ All implementations use the same URLs.
78
79
```
80
docker run --rm -p 8080:8080 tio-server-benchmark
81
-```
+```
82
+
83
+The run is to specify the mysql database
84
+**java**
85
+-windows
86
87
+D:\java\jdk1.8.0_121\bin\java -jar target\tio-server-benchmark-1.0.jar --jdbc.url=jdbc:mysql://192.168.3.9/hello_world --jdbc.user=root --jdbc.pswd=robot_123456#
88
89
+**docker**
90
91
92
+docker run --rm -p 8080:8080 tio-server-benchmark --jdbc.url=jdbc:mysql://192.168.3.9/hello_world --jdbc.user=root --jdbc.pswd=robot_123456#
93
0 commit comments