shuzheng 9 лет назад
Родитель
Сommit
9ebe4de591
3 измененных файлов с 7 добавлено и 2 удалено
  1. 1 1
      README.md
  2. BIN
      project-bootstrap/api.png
  3. 6 1
      project-datamodel/zheng.sql

+ 1 - 1
README.md

@@ -217,7 +217,7 @@ zheng-admin、zheng-common => zheng-oss、zheng-api => zheng-upms => 其他
 
 ### 启动顺序
 
-zheng-upms-rpc-service => zheng-upms-server => zheng-`xxx`-rpc-service => zheng-`xxx`-`yyy`
+zheng-upms-rpc-service => zheng-upms-server => zheng-`xxx`-rpc-service => zheng-`xxx`-`webapp`
 
 ### 开发演示
 

BIN
project-bootstrap/api.png


+ 6 - 1
project-datamodel/zheng.sql

@@ -525,6 +525,12 @@ create table upms_user_role
 
 alter table upms_user_role comment '用户角色关联表';
 
+
+INSERT INTO `upms_system` VALUES ('1', null, 'http://upms.zhangshuzheng.cn:1113', '1', 'zheng-upms-app1', '1', '1');
+INSERT INTO `upms_system` VALUES ('2', null, 'http://upms.zhangshuzheng.cn:1114', '1', 'zheng-upms-app2', '2', '2');
+INSERT INTO `upms_system` VALUES ('3', null, 'http://cms.zhangshuzheng.cn:2222', '1', 'zheng-cms-admin', '3', '3');
+
+
 alter table cms_article_category add constraint FK_Reference_7 foreign key (category_id)
       references cms_category (category_id) on delete cascade on update cascade;
 
@@ -617,4 +623,3 @@ alter table upms_user_role add constraint FK_Reference_20 foreign key (user_id)
 
 alter table upms_user_role add constraint FK_Reference_21 foreign key (role_id)
       references upms_role (role_id) on delete restrict on update restrict;
-