# yexuejc-springboot ### 说明 >基于springboot版本分别维护1.x(对应springboot1.5.16.RELEASE) 2.x(对应springboot2.0.5.RELEASE) 分支
>master不再提供源代码,源代码请到具体分支中查看 #### 项目介绍 基于springboot maven 封装可继承基础工程 内含parent和base工程可分开使用
parent:版本封装
base:功能封装 #### 最新版本 * 1.x yexuejc.springboot.version=1.2.2
* 2.x yexuejc.springboot.version=2.1.3
* yexuejc.base.version=1.5.0-jre8 pom.xml ``` com.yexuejc.springboot yexuejc-springboot-parent 最新版本 com.yexuejc.springboot yexuejc-springboot-base ${parent.version} top.yexuejc yexuejc-base ${yexuejc.base.version} yexuejc-maven yexuejc maven https://nexus.yexuejc.top/repository/maven-public/ ``` #### 目录
\src\main\java 核心代码
\src\main\resources 核心配置
com.yexuejc.springboot.base.autoconfigure.* 模块封装
com.yexuejc.springboot.base.constant.* 系统常量
com.yexuejc.springboot.base.filter.* 过滤器
com.yexuejc.springboot.base.interceptor.* 拦截器
com.yexuejc.springboot.base.security.* 多方登录集成
com.yexuejc.springboot.base.http.* 网络层
com.yexuejc.springboot.base.pojo.* bean
com.yexuejc.springboot.base.util.* 工具包
\src\test\ 测试部分
com.yexuejc.springboot.base.ApplicationRun 测试启动入口
#### 版本更新 持续集成中...
集成到自己项目前请先阅读文档,或者先运行示例工程 更新记录: [1.x](1.x-update.md)、[2.x](2.x-update.md)
[相关功能使用指南](doc/MENU.md)