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

lodsve.dfs.configuration.DfsConfiguration Maven / Gradle / Ivy

There is a newer version: 2.7.6-RELEASE
Show newest version
package lodsve.dfs.configuration;

import lodsve.core.properties.autoconfigure.annotations.EnableConfigurationProperties;
import org.springframework.context.annotation.Configuration;

/**
 * 配置.
 *
 * @author sunhao([email protected])
 * @version 1.0 2017-12-4-0004 11:18
 */
@Configuration
@EnableConfigurationProperties(DfsProperties.class)
public class DfsConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy