This commit is contained in:
sxu 2024-08-12 11:27:27 +08:00
parent 0bf660faf3
commit 825c4abb8b
6 changed files with 11 additions and 11 deletions

View File

@ -21,12 +21,12 @@ export sgzb_modules_base_enable=true
export sgzb_modules_file_enable=false export sgzb_modules_file_enable=false
export sgzb_modules_material_enable=true export sgzb_modules_material_enable=true
export sgzb_auth_jar=sgzb-auth.jar export sgzb_auth_jar=sgzb-auth-nx2.0.jar
export sgzb_gateway_jar=sgzb-gateway.jar export sgzb_gateway_jar=sgzb-gateway-nx2.0.jar
export sgzb_modules_system_jar=sgzb-modules-system.jar export sgzb_modules_system_jar=sgzb-modules-system-nx2.0.jar
export sgzb_modules_base_jar=sgzb-modules-base.jar export sgzb_modules_base_jar=sgzb-modules-base-nx2.0.jar
export sgzb_modules_file_jar=sgzb-modules-file.jar export sgzb_modules_file_jar=sgzb-modules-file-nx2.0.jar
export sgzb_modules_material_jar=sgzb-modules-material.jar export sgzb_modules_material_jar=sgzb-modules-material-nx2.0.jar
export sgzb_auth_port=29200 export sgzb_auth_port=29200
export sgzb_gateway_port=28080 export sgzb_gateway_port=28080

View File

@ -8,7 +8,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-auth</artifactId> <artifactId>sgzb-auth-nx2.0</artifactId>
<description> <description>
sgzb-auth认证授权中心 sgzb-auth认证授权中心

View File

@ -8,7 +8,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-gateway</artifactId> <artifactId>sgzb-gateway-nx2.0</artifactId>
<description> <description>
sgzb-gateway网关模块 sgzb-gateway网关模块

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-modules-base</artifactId> <artifactId>sgzb-modules-base-nx2.0</artifactId>
<description> <description>
sgzb-modules-base基础管理 sgzb-modules-base基础管理

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-modules-material</artifactId> <artifactId>sgzb-modules-material-nx2.0</artifactId>
<description> <description>
sgzb-modules-material sgzb-modules-material

View File

@ -9,7 +9,7 @@
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>sgzb-modules-system</artifactId> <artifactId>sgzb-modules-system-nx2.0</artifactId>
<description> <description>
sgzb-modules-system系统模块 sgzb-modules-system系统模块