|
1 | | -[](https://travis-ci.org/GameUnion/ServerCore) |
2 | | -[](https://github.com/GameUnion/ServerCore/issues) |
3 | | -[](https://github.com/GameUnion/ServerCore/network) |
4 | | -[](https://github.com/GameUnion/ServerCore/stargazers) |
5 | | -[](https://raw.githubusercontent.com/GameUnion/ServerCore/master/LICENSE) |
| 1 | +[](https://github.com/GEngine-JP/GEngine/issues) |
| 2 | +[](https://github.com/GEngine-JP/GEngine/network) |
| 3 | +[](https://github.com/GEngine-JP/GEngine/stargazers) |
| 4 | +[](https://raw.githubusercontent.com/GEngine-JP/GEngine/master/LICENSE) |
6 | 5 | []() |
7 | 6 | []() |
8 | | -[]() |
| 7 | +[]() |
9 | 8 |
|
10 | 9 | # ServerCore架构设计图 |
11 | 10 |
|
|
18 | 17 |
|
19 | 18 | 请一定要先安装`lombok`插件,少写很多getter/setter。不装插件会找不到getter/setter方法 |
20 | 19 |
|
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 | +## 引用 |
39 | 21 |
|
40 | 22 | ``` |
41 | 23 | <dependency> |
|
50 | 32 |
|
51 | 33 |
|
52 | 34 | # [协议声明](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