com.github.dc.invoke.config.EnableLoadBeanAutoConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dc-invoke Show documentation
Show all versions of dc-invoke Show documentation
dc-invoke project for Spring Boot
package com.github.dc.invoke.config;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
/**
* @author PeiYuan
*/
@Configuration
@ComponentScan("com.github.dc.invoke")
public class EnableLoadBeanAutoConfiguration {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy