chore: 优化部分代码格式

This commit is contained in:
2025-12-01 21:42:07 +08:00
parent ee75e849e2
commit a5b1172122
5 changed files with 12 additions and 14 deletions

View File

@@ -190,13 +190,6 @@
<version>${revision}</version>
</dependency>
<!-- 消息模块 - MQTT -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-messaging-mqtt</artifactId>
<version>${revision}</version>
</dependency>
<!-- 消息模块 - WebSocket -->
<dependency>
<groupId>top.continew.starter</groupId>
@@ -204,6 +197,13 @@
<version>${revision}</version>
</dependency>
<!-- 消息模块 - MQTT -->
<dependency>
<groupId>top.continew.starter</groupId>
<artifactId>continew-starter-messaging-mqtt</artifactId>
<version>${revision}</version>
</dependency>
<!-- 日志模块 - 基于拦截器实现Spring Boot Actuator HttpTrace 增强版) -->
<dependency>
<groupId>top.continew.starter</groupId>