This commit is contained in:
2023-07-05 17:54:53 +08:00
parent 29bd2eae48
commit 7e10a7877f
65 changed files with 867 additions and 85 deletions

View File

@ -14,6 +14,10 @@
<description>总打包模块, 需要打包的模块, 引入到该模块中即可</description>
<dependencies>
<dependency>
<groupId>com.qiaoba</groupId>
<artifactId>qiaoba-auth</artifactId>
</dependency>
<dependency>
<groupId>com.qiaoba</groupId>
<artifactId>qiaoba-module-monitor</artifactId>
@ -34,6 +38,10 @@
<groupId>com.qiaoba</groupId>
<artifactId>qiaoba-module-generator</artifactId>
</dependency>
<dependency>
<groupId>com.qiaoba</groupId>
<artifactId>qiaoba-module-log</artifactId>
</dependency>
</dependencies>
<build>