|
@@ -7,7 +7,7 @@ import org.springframework.context.annotation.Configuration;
|
|
|
|
|
|
|
|
@Slf4j
|
|
@Slf4j
|
|
|
@Configuration
|
|
@Configuration
|
|
|
-@ComponentScan(basePackages = "com.bx.imclient,com.bx.imcommon")
|
|
|
|
|
|
|
+@ComponentScan(basePackages = {"com.bx.imclient", "com.bx.imcommon"})
|
|
|
public class IMAutoConfiguration {
|
|
public class IMAutoConfiguration {
|
|
|
|
|
|
|
|
}
|
|
}
|