diff --git a/OpenGaussPrivilegeScan/README.md b/OpenGaussPrivilegeScan/README.md
index 167385be2..20b6657f9 100644
--- a/OpenGaussPrivilegeScan/README.md
+++ b/OpenGaussPrivilegeScan/README.md
@@ -25,11 +25,10 @@
### 2.1 工程布局
+
+
```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包。
-
+
+
+
application.properties
diff --git a/OpenGaussPrivilegeScan/pom.xml b/OpenGaussPrivilegeScan/pom.xml
index 4abe36756..7d7af067e 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
-
-