From 0093eb36b36a597ba9f4f24748c925370aa45ac2 Mon Sep 17 00:00:00 2001 From: godotg Date: Thu, 21 Sep 2023 22:11:50 +0800 Subject: [PATCH] build[release]: first zfoo 3.1.4 release for java 17 --- README.md | 19 ++++++++++++++++--- README_CN.md | 18 +++++++++++++++--- net/README_CN.md | 2 +- 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 30883c81..0e16d40a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,20 @@ Perfect work development process, complete online solution - [cocos-fivechess](https://github.com/zfoo-project/fivechess) five chess,use cocos as client -Ⅳ. Install and use⭐ + +Ⅳ. Maven dependency✨ +------------ + +``` + + com.zfoo + boot + 3.1.4 + +``` + + +Ⅴ. Install and use⭐ ------------ #### 1. Environmental Requirements and Installation @@ -157,7 +170,7 @@ public class StudentResource { } ``` -Ⅴ. Commit specification👏 +Ⅵ. Commit specification👏 ---------- - People who like this project are welcome to maintain this project together, and pay attention to the following @@ -165,7 +178,7 @@ public class StudentResource { - The code formats uses the default formatting of IntelliJ Idea - [conventional-changelog-metahub](https://github.com/pvdlg/conventional-changelog-metahub#commit-types) -Ⅵ. License +Ⅶ. License ----------- zfoo use [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/README_CN.md b/README_CN.md index d18963fe..05055635 100644 --- a/README_CN.md +++ b/README_CN.md @@ -54,7 +54,19 @@ Why is zfoo protocol ? - [zapp](https://github.com/zfoo-project/zapp) 图片分享聊天网站,标准的https企业级网站,难度5星 -Ⅳ. 安装和使用⭐ + +Ⅳ. Maven依赖✨ +------------ + +``` + + com.zfoo + boot + 3.1.4 + +``` + +Ⅴ. 安装和使用⭐ ------------ #### 1. 环境要求和安装 @@ -156,7 +168,7 @@ public class StudentResource { } ``` -Ⅴ. 提交规范👏 +Ⅵ. 提交规范👏 ---------- - 欢迎喜欢这个项目的人来一起维护这个项目,提交代码的时候注意下面规范 @@ -174,7 +186,7 @@ ref[module]: 重命名或者重构了模块 doc[module]: 增加了什么文档 ``` -Ⅵ. License +Ⅶ. License ----------- zfoo使用 [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) diff --git a/net/README_CN.md b/net/README_CN.md index ea628cf8..934f1ab2 100644 --- a/net/README_CN.md +++ b/net/README_CN.md @@ -8,7 +8,7 @@ 2. 服务注册和发现,配置中心使用的是zookeeper,可扩展成其它注册中心 3. 自带高性能网关,自定义转发策略 4. 服务可伸缩,负载均衡,集群监控,应有尽有 -4. 基于Java11,所有的依赖包都是最新的jar包 +4. 基于Java17,所有的依赖包都是最新的jar包 ### Ⅱ. 相关模块