liulin
2025-07-10 ef7052e2c16b3db75434983c0e52a77a4409e228
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 {
}