Skip to content

Commit 065e269

Browse files
author
wuda0112
committed
更新README文件,添加更多说明
1 parent b13696c commit 065e269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ java -jar mysql-tester-${VERSION}.jar --mysql-username=用户名 --mysql-passwor
4444
# clone项目
4545
```aidl
4646
1. 启动类: com.wuda.tester.mysql.Bootstrap
47-
2. 启动之前必须配置 --mysql-username 和 --mysql-password 两个args,默认连接到本地mysql数据库
47+
2. 启动之前必须配置 --mysql-username 和 --mysql-password 两个args,默认连接到本地mysql数据库,比如对于IDEA开发工具,
48+
输入命令行参数的位置是:Run -> Edit Configuritions -> Configration -> Program arguments ,在输入框中输入
49+
--mysql-username=your username --mysql-password=your password 即可
4850
```
4951

5052
# 支持的参数(必须放在mysql-tester-${VERSION}.jar后面)

0 commit comments

Comments
 (0)