From bb2d70baa16130a324473d59b4f5f25b458cdc7f Mon Sep 17 00:00:00 2001 From: imsalt Date: Mon, 25 Sep 2023 20:01:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E6=9D=83=E9=99=90?= =?UTF-8?q?=E6=89=AB=E6=8F=8F=E9=A1=B9=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenGaussPrivilegeScan/README.md | 26 +++++++++++++------------- OpenGaussPrivilegeScan/pom.xml | 6 ++---- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/OpenGaussPrivilegeScan/README.md b/OpenGaussPrivilegeScan/README.md index 167385be..20b6657f 100644 --- a/OpenGaussPrivilegeScan/README.md +++ b/OpenGaussPrivilegeScan/README.md @@ -25,11 +25,10 @@ ### 2.1 工程布局 +![](https://cdn.jsdelivr.net/gh/52chen/imagebed2023@main/image-20230925200022010.png) + ```sh -F:\项目\gaussTest>tree /F -卷 work 的文件夹 PATH 列表 -卷序列号为 D4FA-828F -F:. +OpenGaussPrivilegeScan │ .gitignore │ pom.xml │ README.md @@ -113,18 +112,18 @@ F:. ### 2.2 项目配置文件 -pom.xml文件如下 +pom.xml 依赖文件如下 ```xml 4.0.0 - com.example - gaussTest + com.mcx + GaussPrivilegeScan 0.0.1-SNAPSHOT - gaussTest - gaussTest + GaussPrivilegeScan + GaussPrivilegeScan 1.8 UTF-8 @@ -159,8 +158,6 @@ pom.xml文件如下 1.18.20 provided - - @@ -191,7 +188,7 @@ pom.xml文件如下 spring-boot-maven-plugin ${spring-boot.version} - com.mcx.gaussprivilege.GaussTestApplicationcom.mcx.gaussprivilege.GaussTestApplication + com.mcx.gaussprivilege.GaussTestApplication true @@ -208,11 +205,14 @@ pom.xml文件如下 + ``` 手动导入postgresql和opengauss的jar包。 -![image-20230918171808500](https://cdn.jsdelivr.net/gh/52chen/imagebed2023@main/image-20230918171808500.png) +![image-20230925200022010](https://cdn.jsdelivr.net/gh/52chen/imagebed2023@main/image-20230925200022010.png) + + application.properties diff --git a/OpenGaussPrivilegeScan/pom.xml b/OpenGaussPrivilegeScan/pom.xml index 4abe3675..7d7af067 100644 --- a/OpenGaussPrivilegeScan/pom.xml +++ b/OpenGaussPrivilegeScan/pom.xml @@ -2,8 +2,8 @@ 4.0.0 - com.example - GaussPrivilegeScan + com.mcx + OpenGaussPrivilegeScan 0.0.1-SNAPSHOT gaussTest gaussTest @@ -41,8 +41,6 @@ 1.18.20 provided - -