Parcourir la source

更新zheng-upms的SSO测试客户端端口

shuzheng il y a 9 ans
Parent
commit
6595e97a15
3 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. 3 2
      README.md
  2. 1 1
      zheng-upms/zheng-upms-app1/pom.xml
  3. 1 1
      zheng-upms/zheng-upms-app2/pom.xml

+ 3 - 2
README.md

@@ -7,8 +7,9 @@ zheng
 ├── zheng-upms -- 用户权限管理系统
 |    ├── zheng-upms-dao -- 数据库操作,MyBatisGenerator生成
 |    ├── zheng-upms-rpc-api -- rpc接口包
-|    ├── zheng-upms-rpc-service -- rpc服务提供者
-|    ├── zheng-upms-client -- SSO登录客户端
+|    ├── zheng-upms-rpc-service -- rpc服务提供者[端口:1112]
+|    ├── zheng-upms-app1 -- SSO登录客户端1[端口:1113]
+|    ├── zheng-upms-app2 -- SSO登录客户端2[端口:1114]
 |    └── zheng-upms-server -- 系统及SSO服务端[端口:1111]
 ├── zheng-cms -- 内容管理系统
 |    ├── zheng-cms-dao -- 数据库操作,MyBatisGenerator生成

+ 1 - 1
zheng-upms/zheng-upms-app1/pom.xml

@@ -94,7 +94,7 @@
                         <contextPath>/app1</contextPath>
                     </webApp>
                     <httpConnector>
-                        <port>11111</port>
+                        <port>1113</port>
                     </httpConnector>
                     <reload>automatic</reload>
                 </configuration>

+ 1 - 1
zheng-upms/zheng-upms-app2/pom.xml

@@ -94,7 +94,7 @@
                         <contextPath>/app2</contextPath>
                     </webApp>
                     <httpConnector>
-                        <port>22222</port>
+                        <port>1114</port>
                     </httpConnector>
                     <reload>automatic</reload>
                 </configuration>