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