feature: 根 Pom 添加 Auth 模块.

pull/161/head
chen.ma 4 years ago
parent c7c4a21abf
commit d8d01ba813

@ -13,6 +13,7 @@
<description>🔥 强大的动态线程池,附带监控报警功能(没有依赖任何中间件)</description>
<modules>
<module>auth</module>
<module>common</module>
<module>console</module>
<module>server</module>
@ -117,6 +118,12 @@
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.github.dynamic-threadpool</groupId>
<artifactId>auth</artifactId>
<version>${revision}</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>

Loading…
Cancel
Save