luxiaotao1123
2024-06-21 569d2b6bc754b037ade5b4205a4d1cdb8339b26b
1
2
3
4
5
6
7
8
9
10
11
12
package com.zy.ptc.kernel.common.config;
 
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
 
/**
 * Created by vincent on 12/19/2023
 */
@Configuration
@ComponentScan(value = "com.zy.ptc.common.config")
public class BeanConfig {
}