From 9ebaf69ecc9d362bfface1cb57b6ef5139334887 Mon Sep 17 00:00:00 2001 From: yexuejc <1107047387@qq.com> Date: Tue, 19 Sep 2023 13:57:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=AE=A1=E5=88=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4193da4..4f638ee 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # yexuejc-springboot ### 说明 ->基于springboot版本分别维护1.x(对应springboot1.5.16.RELEASE) 2.x(对应springboot2.0.5.RELEASE) 分支
->master不再提供源代码,源代码请到具体分支中查看 +> 基于springboot版本分别维护1.x(对应springboot1.5.16.RELEASE) 2.x(对应springboot2.0.5.RELEASE) 分支
+> master不再提供源代码,源代码请到具体分支中查看 #### 项目介绍 + 基于springboot maven 封装可继承基础工程 内含parent和base工程可分开使用
@@ -13,11 +14,13 @@ 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 + ``` @@ -50,8 +53,8 @@ pom.xml ``` - #### 目录 + @@ -103,8 +106,8 @@ pom.xml
\src\main\java
- #### 版本更新 + 持续集成中...
集成到自己项目前请先阅读文档,或者先运行示例工程 @@ -112,3 +115,15 @@ pom.xml 更新记录: [1.x](1.x-update.md)、[2.x](2.x-update.md)
[相关功能使用指南](doc/MENU.md) + +### 计划 + +- [ ] 升级jdk版本到openjdk-11 +- [ ] 优化原有框架 +- [ ] 请求日志优化(适配多方日志框架) +- [ ] 请求拦截器优化 +- [ ] 增加本地缓存支持(ehcache3) +- [ ] 多种数据库支持(H2,Mysql,PostgreSQL) +- [ ] 多种数据库框架支持(jpa,mybatis) +- [ ] 全局异常优化 +- [ ] 多语言支持