com.pongsky.kit.common.autoconfigure.CommonAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-boot-starter-common Show documentation
Show all versions of spring-boot-starter-common Show documentation
Java 增强套件 之 公共 Spring Boot Starter 模块
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