类 ScanAutoConfigure
java.lang.Object
top.tangyh.basic.scan.ScanAutoConfigure
@ComponentScan(basePackages="top.tangyh.basic.scan.controller")
@Configuration
@EnableConfigurationProperties(ScanProperties.class)
public class ScanAutoConfigure
extends Object
启动配置
- 作者:
- zuihou
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getRequestMappingScanUtils(ScanProperties properties, org.springframework.context.ApplicationContext applicationContext)
-
构造器详细资料
-
ScanAutoConfigure
public ScanAutoConfigure()
-
-
方法详细资料
-
getRequestMappingScanUtils
@Bean @ConditionalOnClass @ConditionalOnProperty(prefix="lamp.scan", name="enabled", havingValue="true", matchIfMissing=true) public RequestMappingScanUtils getRequestMappingScanUtils(ScanProperties properties, org.springframework.context.ApplicationContext applicationContext)
-