
cn.foxtech.device.service.config.RedisStatusConfig Maven / Gradle / Ivy
package cn.foxtech.device.service.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* 告知Spring框架去扫描其他包中的Component:使用双接收TOPIC
*/
@Configuration
@ComponentScan(basePackages = {"cn.foxtech.common.status"})
public class RedisStatusConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy