All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.kdyzm.util.KdyzmUtilConfig Maven / Gradle / Ivy

Go to download

常用工具类整理,包含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