blue
2 years ago
committed by
Gitee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with
1 additions and
1 deletions
-
im-client/src/main/java/com/bx/imclient/IMAutoConfiguration.java
|
|
|
@ -7,7 +7,7 @@ import org.springframework.context.annotation.Configuration; |
|
|
|
|
|
|
|
@Slf4j |
|
|
|
@Configuration |
|
|
|
@ComponentScan(basePackages = "com.bx.imclient,com.bx.imcommon") |
|
|
|
@ComponentScan(basePackages = {"com.bx.imclient", "com.bx.imcommon"}) |
|
|
|
public class IMAutoConfiguration { |
|
|
|
|
|
|
|
} |
|
|
|
|