# yexuejc-springboot ### 说明 >本分支基于 springboot 2.x 开发,版本号也将保持2.x >1.x分支继续基于 springboot 1.x开发 #### 项目介绍 基于springboot maven 封装可继承基础工程 内含parent和base工程可分开使用
parent:版本封装
base:功能封装 #### 最新版本 >yexuejc.springboot.version=2.0.5
>yexuejc.base.version=1.2.0 pom.xml ``` com.yexuejc.springboot yexuejc-springboot-parent 最新版本 com.yexuejc.springboot yexuejc-springboot-base ${parent.version} com.yexuejc.base yexuejc-base ${yexuejc.base.version} yexuejc-nexus-public yexuejc-nexus-public https://nexus.yexuejc.club/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 测试启动入口
#### 版本更新 [更新记录](UPDATE.md)
[相关功能使用指南](doc/MENU.md)