elkers
2025-04-12 c1c91bc8e6260fd7b1d84e3f35131da3f04a8cd1
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 {
}