Browse Source

新增文件说明

赵冬冬 4 years ago
parent
commit
3e063656ec
1 changed files with 39 additions and 14 deletions
  1. 39 14
      read.md

+ 39 - 14
read.md

@@ -4,11 +4,11 @@
  
 ### 开发记事
 #### 开发注意事项
-1. comp_id bigint 供应商id
-2. create_id  bigint 创建人id
-3. update_id bigint 修改人id
-4. create_time  创建时间
-5. update_time 修改时间
+    1. comp_id bigint 供应商id
+    2. create_id  bigint 创建人id
+    3. update_id bigint 修改人id
+    4. create_time  创建时间
+    5. update_time 修改时间
 
 
 
@@ -17,15 +17,40 @@
 1. 角色控制接口权限
 2. 在用户中添加对应的供应商,通过供应商来做数据权限
 #### 修改过的表
-1. ums_admin 添加字段comp_id(供应商id),comp_name(供应商名称);
+    1. ums_admin 表
+    添加字段comp_id(供应商id),
+    comp_name(供应商名称);
 ### 配置文件修改该记录
- 1. servlet:
-    multipart:
-      enabled: true
-      file-size-threshold: 0
-      max-file-size: 100Mb
-      max-request-size: 100Mb
-## 产品功能开发(赵东东
+     1. servlet:
+        multipart:
+          enabled: true
+          file-size-threshold: 0
+          max-file-size: 100Mb
+          max-request-size: 100Mb
+## 产品功能开发(赵冬冬
 
 
-## 基地功能开发(刘永梅)
+## 基地功能开发(刘永梅)
+
+## 先启动nacos
+    -nacos
+        -bin
+            -shutdown.cmd           停止
+            -shutdown.sh            linux停止
+            -startup.cmd            windows启动 
+            -startup.sh             linux启动 sh startup.sh -m standalone
+
+## 运行项目
+    -forest-admin
+        -admin-server
+            -AdminApplication           后台端
+    -forest-portal  
+         -portal-server 
+            -ForestPortalApplication    移动端
+    -forest-gateway  
+            -MallGatewayApplication     路由网关
+
+## 打包发行
+    forest-admin    maven package 后台端
+    forest-portal   maven package 移动端
+    forest-gateway  maven package 路由网关