build[release]: first zfoo 3.1.4 release for java 17

This commit is contained in:
godotg
2023-09-21 22:11:50 +08:00
parent bbdf659e74
commit 0093eb36b3
3 changed files with 32 additions and 7 deletions
+16 -3
View File
@@ -55,7 +55,20 @@ Perfect work development process, complete online solution
- [cocos-fivechess](https://github.com/zfoo-project/fivechess) five chessuse cocos as client
Ⅳ. Install and use⭐
Ⅳ. Maven dependency✨
------------
```
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>3.1.4</version>
</dependency>
```
. 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)
+15 -3
View File
@@ -54,7 +54,19 @@ Why is zfoo protocol ?
- [zapp](https://github.com/zfoo-project/zapp) 图片分享聊天网站,标准的https企业级网站,难度5星
Ⅳ. 安装和使用⭐
Ⅳ. Maven依赖✨
------------
```
<dependency>
<groupId>com.zfoo</groupId>
<artifactId>boot</artifactId>
<version>3.1.4</version>
</dependency>
```
. 安装和使用⭐
------------
#### 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)
+1 -1
View File
@@ -8,7 +8,7 @@
2. 服务注册和发现,配置中心使用的是zookeeper,可扩展成其它注册中心
3. 自带高性能网关,自定义转发策略
4. 服务可伸缩,负载均衡,集群监控,应有尽有
4. 基于Java11,所有的依赖包都是最新的jar包
4. 基于Java17,所有的依赖包都是最新的jar包
### Ⅱ. 相关模块