2
0

feat: License控制

This commit is contained in:
caiyuchao
2025-04-14 16:00:12 +08:00
parent 3cc98f22cd
commit 0ca5f424d3
21 changed files with 1266 additions and 0 deletions

View File

@@ -89,6 +89,11 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct</artifactId>
</dependency>
<!-- License -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-license</artifactId>
</dependency>
</dependencies>

View File

@@ -103,6 +103,11 @@
<groupId>org.wfc</groupId>
<artifactId>wfc-common-mail</artifactId>
</dependency>
<!-- License -->
<dependency>
<groupId>org.wfc</groupId>
<artifactId>wfc-common-license</artifactId>
</dependency>
</dependencies>
<build>