liulin
2025-07-04 c89d9001fd59cc7ffa92c18871ef4c8efc202aad
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 {
}