mirror of
https://github.com/tiennm99/zfoo.git
synced 2026-08-21 06:27:36 +00:00
build[release]: first zfoo 3.1.4 release for java 17
This commit is contained in:
@@ -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✨
|
||||
------------
|
||||
|
||||
```
|
||||
<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
@@ -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
@@ -8,7 +8,7 @@
|
||||
2. 服务注册和发现,配置中心使用的是zookeeper,可扩展成其它注册中心
|
||||
3. 自带高性能网关,自定义转发策略
|
||||
4. 服务可伸缩,负载均衡,集群监控,应有尽有
|
||||
4. 基于Java11,所有的依赖包都是最新的jar包
|
||||
4. 基于Java17,所有的依赖包都是最新的jar包
|
||||
|
||||
### Ⅱ. 相关模块
|
||||
|
||||
|
||||
Reference in New Issue
Block a user