mirror of
				https://github.com/continew-org/continew-starter.git
				synced 2025-10-31 10:57:15 +08:00 
			
		
		
		
	feat(log): 新增日志模块 - HttpTracePro(Spring Boot Actuator HttpTrace 定制增强版)
This commit is contained in:
		| @@ -65,6 +65,7 @@ | ||||
|         <easy-captcha.version>1.6.2</easy-captcha.version> | ||||
|         <easy-excel.version>3.3.2</easy-excel.version> | ||||
|         <knife4j.version>4.3.0</knife4j.version> | ||||
|         <ttl.version>2.14.4</ttl.version> | ||||
|         <ip2region.version>3.1.5.1</ip2region.version> | ||||
|         <hutool.version>5.8.23</hutool.version> | ||||
|     </properties> | ||||
| @@ -171,6 +172,13 @@ | ||||
|                 <scope>import</scope> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- TTL(线程间传递 ThreadLocal,异步执行时上下文传递的解决方案) --> | ||||
|             <dependency> | ||||
|                 <groupId>com.alibaba</groupId> | ||||
|                 <artifactId>transmittable-thread-local</artifactId> | ||||
|                 <version>${ttl.version}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- 第三方封装 Ip2region(离线 IP 数据管理框架和定位库,支持亿级别的数据段,10 微秒级别的查询性能,提供了许多主流编程语言的 xdb 数据管理引擎的实现) --> | ||||
|             <dependency> | ||||
|                 <groupId>net.dreamlu</groupId> | ||||
| @@ -249,6 +257,20 @@ | ||||
|                 <version>${revision}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- 日志模块 - HttpTracePro(Spring Boot Actuator HttpTrace 定制增强版) --> | ||||
|             <dependency> | ||||
|                 <groupId>top.charles7c.continew</groupId> | ||||
|                 <artifactId>continew-starter-log-httptrace-pro</artifactId> | ||||
|                 <version>${revision}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- 日志模块 - 公共模块 --> | ||||
|             <dependency> | ||||
|                 <groupId>top.charles7c.continew</groupId> | ||||
|                 <artifactId>continew-starter-log-common</artifactId> | ||||
|                 <version>${revision}</version> | ||||
|             </dependency> | ||||
|  | ||||
|             <!-- API 文档模块 --> | ||||
|             <dependency> | ||||
|                 <groupId>top.charles7c.continew</groupId> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user