nx2.0
This commit is contained in:
parent
0bf660faf3
commit
825c4abb8b
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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认证授权中心
|
||||||
|
|
|
||||||
|
|
@ -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网关模块
|
||||||
|
|
|
||||||
|
|
@ -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基础管理
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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系统模块
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue