# cloud-saas-all **Repository Path**: lylony/cloud-saas-all ## Basic Information - **Project Name**: cloud-saas-all - **Description**: 以注解的方式开发微信公众号或小程序,网盘前端:https://gitee.com/lylony/cloud-disk-pc - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: https://gitee.com/lylony/cloud-disk-pc - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2019-09-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # cloud-saas-all #### 介绍 cloud-saas-all 为移动端或者web提供统一api接口。
  cloud-base --封装的基础代码包
  cloud-common --封装的共用工具类包
  cloud-file-all --文件服务器工程
  cloud-gateway-api-all --统一api接口调用
    cloud-gateway-api-admin --管理端api
    cloud-gateway-api-client --用户端api
    cloud-gateway-api-file --针对提供开发者请求文件服务器的api接口
    cloud-gateway-api-springboot --所有api
  cloud-manage-all --管理端工程
  cloud-user-all --用户端工程
#### 软件架构 架构:springboot+mybatis-plus
spring-boot 2.1.8
mybatis-plus 3.2.0
jdk1.8
maven-3.6.0
#### 安装教程 到对应的api工程执行打包命令
如:
cloud-gateway-api-all
  cloud-gateway-api-client
    src
      main
        java
          resources
            env
              dev
              prod
在cloud-gateway-api-all目录下
线下
mvn clean install -DskipTests -Pdev
线上
mvn clean install -DskipTests -Pprod
#### 使用说明