liulin
2025-07-11 2ed92e62e4b10c95bd2f8b5c751b009b83fc11db
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 {
}