Files
2023-01-11 11:21:01 +08:00

14 lines
244 B
Java

package com.tiesheng.util;
import org.springframework.context.annotation.ComponentScan;
/**
* @author hao
*/
@ComponentScan({
"com.tiesheng.util.**.*",
})
@ComponentScan("cn.hutool.extra.spring")
public class UtilAutoConfigurer {
}