liulin
2025-07-08 7bfa5f63181b0cedd43899e9dacdfca26ebfd4ad
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 {
}