liulin
2024-08-03 c865f4b5d67560c74ba0a6ec3a18458f534e3425
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 {
}