elkers
2025-04-10 3a1efe863c0cf30683870c204fb9b55ff6c35500
1
2
3
4
5
6
7
package com.nanjing.water;
 
import org.springframework.context.annotation.ComponentScan;
 
@ComponentScan(basePackages = { "package com.lunhan.wisdom" })
public class SpringConfig {
}