elkers
2025-04-12 e7c3cce87817e90db84f0a6cc42d449e10570589
1
2
3
4
5
6
7
package com.nanjing.water;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}