# xj2ee **Repository Path**: xiaojilong/xj2ee ## Basic Information - **Project Name**: xj2ee - **Description**: 基于SpringBoot 2.0.0+Maven的多模块项目 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-09-20 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # xj2ee #### 项目介绍 Springboot的web项目:SpringMVC+Mybaits+Mybatis-plus+Druid+vue+Framemaker+bootstrap * 源码:https://gitee.com/xiaojilong/xj2ee.git #### 功能模块 * 1、基于Spring整合开源框架(mybatis、mybaits-plus),依托Maven对项目进行模块化管理,提高项目的易开发性、扩展性。 * 2、xj2ee-common: - 公共功能(验证码、加解密、代码生成、异常、基类等)、 - 公共配置(AOP配置、Druid配置、MybatisPlus配置、Quartz配置)、 - 公共工具类(httpClient、Json处理、文件处理、身份证号处理、属性读取、spring处理、二维码处理等) * 3、xj2ee-service :后端服务模块 * 4、xj2ee-service-mybatis :后端服务模块(采用mybatis) * 5、xj2ee-ui-generator :代码自动生成工具(前端ui) * 6、xj2ee-ui-portal :XJEE项目首页(前端ui) * 7、xj2ee-ui-admin-vue : (运营侧)管理平台(前端ui) * 8、xj2ee-ui-task : (运营侧)定时任务调度平台 #### 技术选型 * 核心框架:SpringBoot 2.0.0(Spring5) * 任务调度:Spring + Quartz * 持久层框架:MyBatis 3.4.6 + MyBatis-Plus 2.2.0 * 数据库连接池:Alibaba Druid 1.1.9 * 日志管理:SLF4J、LogBack * 前端UI:vue.js 、foundation-icons 、uploadify 、bootstrap-4.0.0 #### 软件需求 * JDK1.8+ * MySQL5.6+ * Maven3.0+ #### 参与贡献 1. 下载源代码:git clone https://gitee.com/xiaojilong/xj2ee.git 2. Fork 本项目 3. 新建 Feat_xxx 分支 4. 提交代码 5. 新建 Pull Request