代码更新

This commit is contained in:
ludj
2023-02-20 15:42:15 +08:00
parent eb01ea730c
commit ccfc393c23
21 changed files with 63 additions and 1142 deletions

View File

@@ -33,6 +33,23 @@
</properties>
<dependencies>
<!-- 将p6spy导入 p6spy实现sql监控 -->
<dependency>
<groupId>p6spy</groupId>
<artifactId>p6spy</artifactId>
<version>3.8.6</version>
</dependency>
<!-- 日志链路追踪 https://tlog.yomahub.com/pages/f62a84/#%E5%90%8C%E6%AD%A5%E6%97%A5%E5%BF%97-->
<dependency>
<groupId>com.yomahub</groupId>
<artifactId>tlog-all-spring-boot-starter</artifactId>
<version>1.5.0</version>
</dependency>
<!-- elasticsearch-->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -47,6 +64,13 @@
<version>1.6</version>
</dependency>
<!-- https://onew.me/logback/2018/09/17/logback_win.html 控制台彩色日志-->
<dependency>
<groupId>org.fusesource.jansi</groupId>
<artifactId>jansi</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>cn.dynamictp</groupId>