# easy_saas_boot **Repository Path**: runjay/easy_saas_boot ## Basic Information - **Project Name**: easy_saas_boot - **Description**: Java开源通用SAAS 脚手架项目 Java技术栈: Spring boot , Mybatis plus , Redis javaScript技术栈: Vue ,ELementUI 进度:服务端架构基本成型,业务模块及前端还在开发中 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-03-09 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Easy SASS Boot [ESB] #### 项目介绍 Java开源通用SAAS 脚手架项目 #### 技术栈 - Java技术栈: Spring boot , Mybatis plus , Redis - javaScript技术栈: Vue , ELementUI #### 项目结构 ``` - api-center 主要应用 - framework ESB框架代码 - common-core 通用支持 - common-dao mybatis-plus增强 通用查询QueryForm,Mapper增强 BaserMapperSupport,Service增强BaseMybatisServiceSupport - common-redis RedisHelper通用存储,分布式锁注解(暂时未实现) - common-web 权限,用户状态,RequestForm,异常处理等 - code-generator 系统代码生成模块(使用Main.java入口生成) ``` ### 接口设计 - 系统管理后台接口 /admin/* - 租户管理后台接口 /tenant/* - 普通用户前端接口 /member/* - 代理管理后台接口 /agent/*