# singleAppFrame **Repository Path**: huangxiang539/singleAppFrame ## Basic Information - **Project Name**: singleAppFrame - **Description**: 多租户单体应用框架 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # singleAppFrame #### 介绍 多租户单体应用框架 #### 软件架构 1. 第三方登录 1.1 钉钉登录 1.在测试钉钉登录时,后端需修改hosts文件,配置127.0.0.1 huangxiang.utools.club 2.如果前后端不在同一台电脑的话,前台需要将后台ip配置成:ip huangxiang.utools.club 3.同时需要在application.yaml配置文件中配置前端地址: url: address: http://172.29.2.110:80 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 应用mybatis_plus实现多租户 2. 基于springSecurity与Redis实现登录验证 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request