Skip to content

Commit

Permalink
修改用户手册
Browse files Browse the repository at this point in the history
  • Loading branch information
Gygkimo95 committed Dec 4, 2023
1 parent cbfa419 commit 5008629
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/deploy-manual/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ git clone https://github.com/actiontech/dms-ui.git
编译前端代码,并将前端代码拷贝至后端代码目录:
```sh
cd ~/sqle-build/dms-ui
docker run --rm -v $PWD:/app -w /app rgplane/pnpm:8.3.1 sh -c "git config --global --add safe.directory /app && pnpm config set registry https://registry.npm.taobao.org && pnpm install --no-frozen-lockfile && pnpm build"
docker run --rm -v $PWD:/app -w /app r/gplane/pnpm:8.3.1 sh -c "git config --global --add safe.directory /app && pnpm config set registry https://registry.npm.taobao.org && pnpm install --no-frozen-lockfile && pnpm build"
rm -rf ~/sqle-build/sqle/static && cp -r ~/sqle-build/dms-ui/packages/base/dist ~/sqle-build/sqle/static
```

Expand Down
2 changes: 1 addition & 1 deletion docs/user-manual/project/audit_task/SQLfile_audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ title: SQL文件扫描
示例如下:

```
./scannerd sqlfile -H127.0.0.1 -N"SQLfile" -P"10000" -J"default" -D/root/sqle/sqle/cmd/scannerd/scanners/mybatis/testdata/ -A"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcG4iOiJ0ZXN0MDcyNCIsImV4cCI6MTcyMTcyODU0NywibmFtZSI6ImFkbWluIn0.CojdTvBkr-iN_26tWI-Kr6mMnJt1NIDr-Y3v7m9ySuM"
./scannerd sqlFile -H127.0.0.1 -N"SQLfile" -P"10000" -J"default" -D/root/sqle/sqle/cmd/scannerd/scanners/mybatis/testdata/ -A"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhcG4iOiJ0ZXN0MDcyNCIsImV4cCI6MTcyMTcyODU0NywibmFtZSI6ImFkbWluIn0.CojdTvBkr-iN_26tWI-Kr6mMnJt1NIDr-Y3v7m9ySuM"
```

参数解释如下:
Expand Down

0 comments on commit 5008629

Please sign in to comment.