Skip to content

Commit

Permalink
🐛 fix 单体编译失败问题问题
Browse files Browse the repository at this point in the history
  • Loading branch information
lltx committed May 29, 2024
1 parent 64b2d9e commit 4d43c7f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://img.shields.io/badge/Pig-3.7-success.svg" alt="Build Status">
<img src="https://img.shields.io/badge/Spring%20Cloud-2023-blue.svg" alt="Coverage Status">
<img src="https://img.shields.io/badge/Spring%20Boot-3.2-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Spring%20Boot-3.3-blue.svg" alt="Downloads">
<img src="https://img.shields.io/badge/Vue-3.4-blue.svg" alt="Downloads">
<img src="https://img.shields.io/github/license/pig-mesh/pig"/>
</p>
Expand All @@ -14,7 +14,7 @@

#### 分支说明

- jdk17: java17/21 + springboot 3.2 + springcloud 2023
- jdk17: java17/21 + springboot 3.3 + springcloud 2023
- master: java8 + springboot 2.7 + springcloud 2021

#### 文档视频
Expand All @@ -31,15 +31,15 @@

## 微信群 [禁广告]

![](https://minio.pigx.top/oss/1648184189.png)
<img src='https://minio.pigx.top/oss/202405/1716970688.png'/>

## 快速开始

### 核心依赖

| 依赖 | 版本 |
|-----------------------------|------------|
| Spring Boot | 3.2.4 |
| Spring Boot | 3.3.0 |
| Spring Cloud | 2023.0.1 |
| Spring Cloud Alibaba | 2022.0.0.0 |
| Spring Authorization Server | 1.2.4 |
Expand Down
3 changes: 3 additions & 0 deletions pig-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
</dependencies>

<profiles>
<profile>
<id>boot</id>
</profile>
<profile>
<id>cloud</id>
<activation>
Expand Down
3 changes: 3 additions & 0 deletions pig-upms/pig-upms-biz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@
</dependencies>

<profiles>
<profile>
<id>boot</id>
</profile>
<profile>
<id>cloud</id>
<activation>
Expand Down
3 changes: 3 additions & 0 deletions pig-visual/pig-codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,9 @@
</dependencies>

<profiles>
<profile>
<id>boot</id>
</profile>
<profile>
<id>cloud</id>
<activation>
Expand Down
3 changes: 3 additions & 0 deletions pig-visual/pig-quartz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
</dependencies>

<profiles>
<profile>
<id>boot</id>
</profile>
<profile>
<id>cloud</id>
<activation>
Expand Down

0 comments on commit 4d43c7f

Please sign in to comment.