Skip to content

Commit

Permalink
build[release]: first zfoo 3.1.4 release for java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed Sep 21, 2023
1 parent bbdf659 commit 0093eb3
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 7 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -157,15 +170,15 @@ 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
specifications when submitting code
- 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)
Expand Down
18 changes: 15 additions & 3 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. 环境要求和安装
Expand Down Expand Up @@ -156,7 +168,7 @@ public class StudentResource {
}
```

. 提交规范👏
. 提交规范👏
----------

- 欢迎喜欢这个项目的人来一起维护这个项目,提交代码的时候注意下面规范
Expand All @@ -174,7 +186,7 @@ ref[module]: 重命名或者重构了模块
doc[module]: 增加了什么文档
```

. License
. License
-----------

zfoo使用 [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)
Expand Down
2 changes: 1 addition & 1 deletion net/README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
2. 服务注册和发现,配置中心使用的是zookeeper,可扩展成其它注册中心
3. 自带高性能网关,自定义转发策略
4. 服务可伸缩,负载均衡,集群监控,应有尽有
4. 基于Java11,所有的依赖包都是最新的jar包
4. 基于Java17,所有的依赖包都是最新的jar包

### Ⅱ. 相关模块

Expand Down

0 comments on commit 0093eb3

Please sign in to comment.