com.yanxisir.neb.bootstrap.NebApiConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neb-call Show documentation
Show all versions of neb-call Show documentation
A http toolkit for nebulas
package com.yanxisir.neb.bootstrap;
import com.yanxisir.neb.config.properties.NebProperties;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author YanxiSir
* @since 2018/5/21
*/
@Configuration
@EnableConfigurationProperties(NebProperties.class)
@ComponentScan(basePackages = "com.yanxisir.neb.config")
public class NebApiConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy