liulin
2025-07-10 6f24891b1d3f42ce318fa11ab716c718c3e6715b
1
2
3
4
5
6
7
package com.gansu.water;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}