elkers
8 天以前 60041d6ee9bd2fcd8b6bcb827bf46e0727941665
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 {
}