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

xyz.erupt.core.EruptCoreAutoConfiguration Maven / Gradle / Ivy

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

import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;

/**
 * @author YuePeng
 * date 2021/3/28 18:51
 */
@Configuration
@ComponentScan
@EnableConfigurationProperties
public class EruptCoreAutoConfiguration {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy