liulin
2024-09-04 ba19683ee1077428bcc15f3bd0734713f7fda102
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 {
}