File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 39
39
40
40
| 依赖 | 版本 |
41
41
| -----------------------------| ------------|
42
- | Spring Boot | 3.3.1 |
42
+ | Spring Boot | 3.3.2 |
43
43
| Spring Cloud | 2023.0.3 |
44
44
| Spring Cloud Alibaba | 2023.0.1.2 |
45
45
| Spring Authorization Server | 1.3.1 |
@@ -90,15 +90,14 @@ pig 提供了详细的[部署文档 wiki.pig4cloud.com](https://www.yuque.com/pi
90
90
# 下载并运行服务端代码
91
91
git clone https://gitee.com/log4j/pig.git -b jdk17
92
92
93
- cd pig && mvn clean install && docker- compose up -d
93
+ cd pig && mvn clean install && docker compose up -d
94
94
95
95
# 下载并运行前端UI
96
96
git clone https://gitee.com/log4j/pig-ui.git
97
97
98
- cd pig-ui && npm install -g cnpm --registry=https://registry.npm.taobao.org
98
+ cd pig-ui && npm install --registry=https://registry.npmmirror.com
99
99
100
-
101
- cnpm install && cnpm run build:docker && cd docker && docker-compose up -d
100
+ npm install && npm run build:docker && cd docker && docker compose up -d
102
101
```
103
102
104
103
## 免费公开课
You can’t perform that action at this time.
0 commit comments