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