liulin
2025-06-19 10cf2589b57d446cc372f5e18cc3193c04c1d600
1
2
3
4
5
6
7
package com.fengdu.gas;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}