liulin
2024-09-03 d03e7880c6ebd9f487c798b7f238e615ab93cf3b
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 {
}