liulin
2024-11-24 af410d1cde67d4656c9922ff4d846cac0740e3b2
1
2
3
4
5
6
7
package com.lunhan.xxx;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}