-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
48 additions
and
11,779 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,30 +15,32 @@ | |
|
||
## 文档视频 | ||
|
||
[ 🚀🚀🚀 低代码数据可视化](http://datav.pig4cloud.com) | ||
[ 🚀🚀🚀 低代码数据可视化](http://datav.avuejs.com) | ||
|
||
[ 配套文档 wiki.pig4cloud.com](https://wiki.pig4cloud.com) | ||
[ 配套文档 wiki.pigx.vip](https://wiki.pigx.vip) | ||
|
||
[ 配套视频 tv.pig4cloud.com](https://www.bilibili.com/video/BV12t411B7e9) | ||
[ 配套视频 tv.pigx.vip](https://www.bilibili.com/video/BV12t411B7e9) | ||
|
||
[PIGX 在线体验 pigx.pig4cloud.com](http://pigx.pig4cloud.com) | ||
[PIGX 在线体验 pigx.pigx.vip](http://pigx.pigx.vip) | ||
|
||
[产品白皮书 paper.pig4cloud.com](https://paper.pig4cloud.com) | ||
[产品白皮书 paper.pigx.vip](https://paper.pigx.vip) | ||
|
||
## 微信群 [禁广告] | ||
|
||
![](https://minio.pigx.vip/oss/1648184189.png) | ||
|
||
## 快速开始 | ||
|
||
### 核心依赖 | ||
|
||
| 依赖 | 版本 | | ||
| ---------------------- |------------| | ||
| Spring Boot | 2.7.0 | | ||
| Spring Boot | 2.7.2 | | ||
| Spring Cloud | 2021.0.3 | | ||
| Spring Cloud Alibaba | 2021.0.1.0 | | ||
| Spring Authorization Server | 0.3.0 | | ||
| Spring Authorization Server | 0.3.1 | | ||
| Mybatis Plus | 3.5.2 | | ||
| hutool | 5.8.2 | | ||
| hutool | 5.8.5 | | ||
| Avue | 2.6.18 | | ||
|
||
### 模块说明 | ||
|
@@ -73,15 +75,15 @@ pig | |
|
||
### 本地开发 运行 | ||
|
||
pig 提供了详细的[部署文档 wiki.pig4cloud.com](https://www.yuque.com/pig4cloud/pig/vsdox9),包括开发环境安装、服务端代码运行、前端代码运行等。 | ||
pig 提供了详细的[部署文档 wiki.pigx.vip](https://www.yuque.com/pig4cloud/pig/vsdox9),包括开发环境安装、服务端代码运行、前端代码运行等。 | ||
|
||
请务必**完全按照**文档部署运行章节 进行操作,减少踩坑弯路!! | ||
|
||
### 定制自己微服务 | ||
|
||
[PIG DIY](https://diy.pig4cloud.com) | ||
[PIG DIY](https://pig4cloud.com/#/common/diy) | ||
|
||
[PIG ARCHETYPE](https://archetype.pig4cloud.com) | ||
[PIG ARCHETYPE](https://pig4cloud.com/#/common/archetype) | ||
|
||
### Docker 运行 | ||
|
||
|
@@ -104,12 +106,12 @@ cnpm install && cnpm run build:docker && cd docker && docker-compose up -d | |
|
||
<table> | ||
<tr> | ||
<td><a href="https://www.bilibili.com/video/av45084065" target="_blank"><img src="https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133006.png"></a></td> | ||
<td><a href="https://www.bilibili.com/video/av77344954" target="_blank"><img src="https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133059.png"></a></td> | ||
<td><a href="https://www.bilibili.com/video/av45084065" target="_blank"><img src="https://minio.pigx.vip/oss/1655474345.jpg"></a></td> | ||
<td><a href="https://www.bilibili.com/video/av77344954" target="_blank"><img src="https://minio.pigx.vip/oss/1656837143.jpg"></a></td> | ||
</tr> | ||
<tr> | ||
<td><a href="https://www.bilibili.com/video/BV1J5411476V" target="_blank"><img src="https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133114.png"></a></td> | ||
<td><a href="https://www.bilibili.com/video/BV14p4y197K5" target="_blank"><img src="https://gitee.com/pig4cloud/oss/raw/master/2020-9/20200901133124.png"></a></td> | ||
<td><a href="https://www.bilibili.com/video/BV1J5411476V" target="_blank"><img src="https://minio.pigx.vip/oss/1655474369.jpg"></a></td> | ||
<td><a href="https://www.bilibili.com/video/BV14p4y197K5" target="_blank"><img src="https://minio.pigx.vip/oss/1655474381.jpg"></a></td> | ||
</tr> | ||
</table> | ||
|
||
|
@@ -120,16 +122,29 @@ cnpm install && cnpm run build:docker && cd docker && docker-compose up -d | |
pig 开源软件遵循 [Apache 2.0 协议](https://www.apache.org/licenses/LICENSE-2.0.html)。 | ||
允许商业使用,但务必保留类作者、Copyright 信息。 | ||
|
||
![](https://gitee.com/pig4cloud/oss/raw/master/2020-10-9/1602229452602-image.png) | ||
![](https://minio.pigx.vip/oss/1655474288.jpg) | ||
|
||
|
||
### 其他说明 | ||
|
||
1. 欢迎提交 [PR](https://dwz.cn/2KURd5Vf),注意对应提交对应 `dev` 分支 | ||
代码规范 [spring-javaformat](https://github.com/spring-io/spring-javaformat) | ||
|
||
2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。 | ||
<details> | ||
<summary>代码规范说明</summary> | ||
|
||
3. 联系作者 <a href="mailto:[email protected]">[email protected]</a> | ||
1. 由于 <a href="https://github.com/spring-io/spring-javaformat" target="_blank">spring-javaformat</a> | ||
强制所有代码按照指定格式排版,未按此要求提交的代码将不能通过合并(打包) | ||
2. 如果使用 IntelliJ IDEA | ||
开发,请安装自动格式化软件 <a href="https://repo1.maven.org/maven2/io/spring/javaformat/spring-javaformat-intellij-idea-plugin/" target="_blank"> | ||
spring-javaformat-intellij-idea-plugin</a> | ||
3. 其他开发工具,请参考 <a href="https://github.com/spring-io/spring-javaformat" target="_blank">spring-javaformat</a> | ||
说明,或`提交代码前`在项目根目录运行下列命令(需要开发者电脑支持`mvn`命令)进行代码格式化 | ||
``` | ||
mvn spring-javaformat:apply | ||
``` | ||
</details> | ||
|
||
[![Stargazers over time](https://whnb.wang/img/log4j/pig?e=604800)](https://whnb.wang/log4j/pig?e=604800) | ||
2. 欢迎提交 [issue](https://gitee.com/log4j/pig/issues),请写清楚遇到问题的原因、开发环境、复显步骤。 | ||
|
||
3. 联系作者 <a href="mailto:[email protected]">[email protected]</a> |
Oops, something went wrong.