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

com.pongsky.kit.common.autoconfigure.CommonAutoConfiguration Maven / Gradle / Ivy

The newest version!
package com.pongsky.kit.common.autoconfigure;

import com.pongsky.kit.common.utils.SpringUtils;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Import;

/**
 * 公共配置 自动装配
 *
 * @author pengsenhao
 **/
@Configuration(proxyBeanMethods = false)
@Import({SpringUtils.class})
public class CommonAutoConfiguration {


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy