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

xyz.erupt.cloud.node.EruptCloudNodeAutoConfiguration Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.cloud.node;

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import xyz.erupt.cloud.node.config.EruptNodeProp;

/**
 * @author YuePeng
 * date 2021/12/16 00:15
 */
@Configuration
@ComponentScan
@EnableConfigurationProperties(EruptNodeProp.class)
public class EruptCloudNodeAutoConfiguration {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy