cn.kdyzm.util.KdyzmUtilConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kdyzm-util Show documentation
Show all versions of kdyzm-util Show documentation
常用工具类整理,包含jackson、http请求、树构建工具、web工具类等
The newest version!
package cn.kdyzm.util;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author kdyzm
* @date 2023/10/23
*/
@ComponentScan(basePackages = "cn.kdyzm.util")
@Configuration
public class KdyzmUtilConfig {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy