2017-11-06 23:32:55 +08:00
|
|
|
|
### 详细介绍请参考wiki
|
2017-11-06 23:30:55 +08:00
|
|
|
|
|
2017-12-17 19:46:01 +08:00
|
|
|
|
##### https://gitee.com/log4j/pig/wikis/
|
2017-11-02 14:58:07 +08:00
|
|
|
|
|
2017-12-20 19:46:50 +08:00
|
|
|
|
![image](http://obq1lvsd9.bkt.clouddn.com/QQ20171220-194200@2x.png)
|
2017-12-05 10:27:30 +08:00
|
|
|
|
![image](http://obq1lvsd9.bkt.clouddn.com/1231231223.png)
|
2017-12-21 12:14:41 +08:00
|
|
|
|
|
2017-11-10 09:51:43 +08:00
|
|
|
|
![image](http://obq1lvsd9.bkt.clouddn.com/pig_role.png)
|
|
|
|
|
![image](http://obq1lvsd9.bkt.clouddn.com/pig_menu.png)
|
2017-11-06 23:05:28 +08:00
|
|
|
|
|
2017-11-17 19:17:51 +08:00
|
|
|
|
|
|
|
|
|
##### 开发计划在issue里面,你如果有想要实现的点阔以在issue中给我提。
|
|
|
|
|
|
|
|
|
|
|
2017-12-22 12:18:23 +08:00
|
|
|
|
欢迎加入QQ交流群,互相学习
|
2017-12-22 12:13:21 +08:00
|
|
|
|
![image](http://oss.wjg95.cn/pig_qq_qun.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-12-21 12:41:50 +08:00
|
|
|
|
### 组织结构
|
|
|
|
|
|
|
|
|
|
``` lua
|
|
|
|
|
pig
|
|
|
|
|
├── pig-admin-service -- 后台服务提供
|
|
|
|
|
├── pig-auth-service -- 鉴权服务提供
|
|
|
|
|
├── pig-common -- 系统公共模块
|
2017-12-22 12:58:17 +08:00
|
|
|
|
├── pig-config -- 配置中心
|
|
|
|
|
├── pig-eureka -- 服务注册与发现
|
2017-12-21 12:41:50 +08:00
|
|
|
|
└── pig-gateway -- API网关转发
|
2017-12-22 12:13:21 +08:00
|
|
|
|
```
|