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