refactor: 优化

This commit is contained in:
zhouhao 2025-10-20 09:52:37 +08:00
parent fc7d09ce8b
commit a3edb86a49
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ import java.util.stream.Collectors;
*/
@RestController
@RequestMapping("/device/gateway")
@Resource(id = "device-gateway", name = "网关设备管理")
@Resource(id = "device-gateway-manager", name = "网关设备管理")
@Authorize
@Tag(name = "网关设备管理")
public class GatewayDeviceController {

View File

@ -876,7 +876,7 @@
<dependency>
<groupId>io.asyncer</groupId>
<artifactId>r2dbc-mysql</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
</dependency>
<dependency>