Skip to content

Commit

Permalink
update_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhouYixun committed Oct 16, 2021
1 parent 49de1d8 commit 5fa445d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</p>
<p align="center">
<a href="#">
<img src="https://img.shields.io/badge/release-doing-orange">
<img src="https://img.shields.io/badge/release-v1.0.0-orange">
</a>
<a href="https://github.com/ZhouYixun/sonic-server/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ZhouYiXun/sonic-server?color=green&label=license&logo=license&logoColor=green">
Expand Down Expand Up @@ -41,20 +41,18 @@
+ Visual report
+ And more...

## Technology stack

## Architecture design

## Function introduction

## How to package

```
mvn package -Pprod
mvn package
```

## Deployment mode

```
docker-compose up -d
```

## LICENSE

[MIT License](LICENSE)
14 changes: 6 additions & 8 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</p>
<p align="center">
<a href="#">
<img src="https://img.shields.io/badge/release-doing-orange">
<img src="https://img.shields.io/badge/release-v1.0.0-orange">
</a>
<a href="https://github.com/ZhouYixun/sonic-server/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/ZhouYiXun/sonic-server?color=green&label=license&logo=license&logoColor=green">
Expand Down Expand Up @@ -41,20 +41,18 @@
+ 可视化报表
+ 更多...

## 技术栈

## 架构设计

## 功能介绍

## 打包方式

```
mvn package -Pprod
mvn package
```

## 部署方式

```
docker-compose up -d
```

## 开源许可协议

[MIT License](LICENSE)

0 comments on commit 5fa445d

Please sign in to comment.