liulin
2025-06-19 6fdafdef5c457cd5fabebcaedd4e9418979468d6
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 {
}