Skip to content

Commit 56d6745

Browse files
author
Evan Hu
committed
update readme
1 parent 85e60c1 commit 56d6745

File tree

1 file changed

+6
-38
lines changed

1 file changed

+6
-38
lines changed

README.md

Lines changed: 6 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
[![Build Status](https://travis-ci.org/GameUnion/ServerCore.svg?branch=master)](https://travis-ci.org/GameUnion/ServerCore)
2-
[![GitHub issues](https://img.shields.io/github/issues/GameUnion/ServerCore.svg)](https://github.com/GameUnion/ServerCore/issues)
3-
[![GitHub forks](https://img.shields.io/github/forks/GameUnion/ServerCore.svg)](https://github.com/GameUnion/ServerCore/network)
4-
[![GitHub stars](https://img.shields.io/github/stars/GameUnion/ServerCore.svg)](https://github.com/GameUnion/ServerCore/stargazers)
5-
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/GameUnion/ServerCore/master/LICENSE)
1+
[![GitHub issues](https://img.shields.io/github/issues/GEngine-JP/GEngine.svg)](https://github.com/GEngine-JP/GEngine/issues)
2+
[![GitHub forks](https://img.shields.io/github/forks/GEngine-JP/GEngine.svg)](https://github.com/GEngine-JP/GEngine/network)
3+
[![GitHub stars](https://img.shields.io/github/stars/GEngine-JP/GEngine.svg)](https://github.com/GEngine-JP/GEngine/stargazers)
4+
[![GitHub license](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://raw.githubusercontent.com/GEngine-JP/GEngine/master/LICENSE)
65
[![Maven Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg)]()
76
[![GitHub followers](https://img.shields.io/github/followers/houko.svg?style=social&label=Follow)]()
8-
[![GitHub watchers](https://img.shields.io/github/watchers/GameUnion/ServerCore.svg?style=social&label=Watch)]()
7+
[![GitHub watchers](https://img.shields.io/github/watchers/GEngine-JP/GEngine.svg?style=social&label=Watch)]()
98

109
# ServerCore架构设计图
1110

@@ -18,24 +17,7 @@
1817

1918
请一定要先安装`lombok`插件,少写很多getter/setter。不装插件会找不到getter/setter方法
2019

21-
# 添加仓库
22-
23-
```
24-
<repositories>
25-
<repository>
26-
<id>ServerCore</id>
27-
<url>https://raw.github.com/GEngine-JP/GEngine/packages</url>
28-
<snapshots>
29-
<enabled>true</enabled>
30-
<updatePolicy>always</updatePolicy>
31-
</snapshots>
32-
</repository>
33-
</repositories>
34-
```
35-
36-
如果项目的pom.xml文件不加这段内容会找不到对应的jar包
37-
38-
## 1. 引用
20+
## 引用
3921

4022
```
4123
<dependency>
@@ -50,17 +32,3 @@
5032

5133

5234
# [协议声明](LICENSE)
53-
54-
Copyright 2017-2021 GEngine-JP Group
55-
56-
Licensed under the Apache License, Version 2.0 (the "License");
57-
you may not use this file except in compliance with the License.
58-
You may obtain a copy of the License at
59-
60-
http://www.apache.org/licenses/LICENSE-2.0
61-
62-
Unless required by applicable law or agreed to in writing, software
63-
distributed under the License is distributed on an "AS IS" BASIS,
64-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
65-
See the License for the specific language governing permissions and
66-
limitations under the License.

0 commit comments

Comments
 (0)