liulin
2024-08-02 12c82c37acb998a3c269871e22e339d66b9f1c1d
1
2
3
4
5
6
7
package com.lunhan.xxx.host;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}