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