refactor(log): 优化日志处理器解析 description、module 方法

This commit is contained in:
2025-01-02 20:33:33 +08:00
parent eb2cac54f7
commit a6c9d33024
5 changed files with 25 additions and 60 deletions

View File

@@ -11,4 +11,12 @@
<artifactId>continew-starter-log-core</artifactId>
<description>ContiNew Starter 日志模块 - 核心模块</description>
<dependencies>
<!-- Swagger 注解 -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations-jakarta</artifactId>
</dependency>
</dependencies>
</project>