|
...
|
...
|
@@ -6,6 +6,8 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; |
|
|
|
import org.springframework.boot.builder.SpringApplicationBuilder;
|
|
|
|
import org.springframework.context.annotation.ComponentScan;
|
|
|
|
|
|
|
|
import javax.servlet.Filter;
|
|
|
|
|
|
|
|
|
|
|
|
@ComponentScan(basePackages = {
|
|
|
|
"com.zhonglai.luhui.mqtt.comm.config",
|
...
|
...
|
|