VertxConfig.java 340 Bytes
package com.diligrp.mqtt.vertx;

import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @Author: zhangmeiyang
 * @CreateTime: 2025-12-26 17:03
 * @Version: todo
 */
@Configuration
@ComponentScan(basePackages = "com.diligrp.mqtt.vertx")
public class VertxConfig {
}