feat:模块名称调整
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.tiesheng.util;
|
||||
|
||||
import org.springframework.context.annotation.ComponentScan;
|
||||
|
||||
/**
|
||||
* @author hao
|
||||
*/
|
||||
@ComponentScan({
|
||||
"com.tiesheng.util.**.*",
|
||||
})
|
||||
@ComponentScan("cn.hutool.extra.spring")
|
||||
public class UtilAutoConfigurer {
|
||||
}
|
||||
Reference in New Issue
Block a user