1
0
mirror of https://gitee.com/incloudcode/yexuejc-springboot.git synced 2025-08-07 19:19:31 +08:00

添加计划

This commit is contained in:
yexuejc 2023-09-19 13:57:20 +08:00
parent 9ce56206f5
commit 9ebaf69ecc

View File

@ -1,11 +1,12 @@
# yexuejc-springboot # yexuejc-springboot
### 说明 ### 说明
>基于springboot版本分别维护1.x(对应springboot1.5.16.RELEASE) 2.x(对应springboot2.0.5.RELEASE) 分支 <br>
>master不再提供源代码源代码请到具体分支中查看
> 基于springboot版本分别维护1.x(对应springboot1.5.16.RELEASE) 2.x(对应springboot2.0.5.RELEASE) 分支 <br>
> master不再提供源代码源代码请到具体分支中查看
#### 项目介绍 #### 项目介绍
基于springboot maven 封装可继承基础工程 基于springboot maven 封装可继承基础工程
内含parent和base工程可分开使用<br/> 内含parent和base工程可分开使用<br/>
@ -13,11 +14,13 @@ parent版本封装<br/>
base:功能封装 base:功能封装
#### 最新版本 #### 最新版本
* 1.x yexuejc.springboot.version=1.2.2 <br> * 1.x yexuejc.springboot.version=1.2.2 <br>
* 2.x yexuejc.springboot.version=2.1.3 <br> * 2.x yexuejc.springboot.version=2.1.3 <br>
* yexuejc.base.version=1.5.0-jre8 * yexuejc.base.version=1.5.0-jre8
pom.xml pom.xml
``` ```
<!--parent 引用--> <!--parent 引用-->
<parent> <parent>
@ -50,8 +53,8 @@ pom.xml
</repositories> </repositories>
``` ```
#### 目录 #### 目录
<table> <table>
<tr> <tr>
<td>\src\main\java</td> <td>\src\main\java</td>
@ -103,8 +106,8 @@ pom.xml
</tr> </tr>
</table> </table>
#### 版本更新 #### 版本更新
持续集成中... 持续集成中...
<br/> <br/>
集成到自己项目前请先阅读文档,或者先运行示例工程 集成到自己项目前请先阅读文档,或者先运行示例工程
@ -112,3 +115,15 @@ pom.xml
更新记录: [1.x](1.x-update.md)、[2.x](2.x-update.md) 更新记录: [1.x](1.x-update.md)、[2.x](2.x-update.md)
<br/> <br/>
[相关功能使用指南](doc/MENU.md) [相关功能使用指南](doc/MENU.md)
### 计划
- [ ] 升级jdk版本到openjdk-11
- [ ] 优化原有框架
- [ ] 请求日志优化(适配多方日志框架)
- [ ] 请求拦截器优化
- [ ] 增加本地缓存支持ehcache3
- [ ] 多种数据库支持H2,Mysql,PostgreSQL
- [ ] 多种数据库框架支持jpa,mybatis
- [ ] 全局异常优化
- [ ] 多语言支持