add [重磅更新] 增加分布式日志框架 TLog

This commit is contained in:
疯狂的狮子li
2021-10-11 17:59:27 +08:00
parent aaf9f57459
commit cbb0c98f98
8 changed files with 200 additions and 5 deletions

View File

@ -156,6 +156,21 @@
<groupId>com.baomidou</groupId>
<artifactId>lock4j-redisson-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-spring-boot-configuration</artifactId>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-webroot</artifactId>
</dependency>
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-feign</artifactId>
</dependency>
</dependencies>
</project>