@EnableConfigurationProperties(value=YDocPropertiesConfig.class) public class ScanControllerSwagger extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.context.EnvironmentAware, org.springframework.beans.factory.InitializingBean, org.springframework.boot.CommandLineRunner
| 构造器和说明 |
|---|
ScanControllerSwagger() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
String |
buildBaseUrl(Class<?> aClass) |
boolean |
enableImport() |
void |
importToYApi() |
void |
print() |
void |
run(String... args) |
void |
scan() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
public void scan()
public void print()
public boolean enableImport()
public void importToYApi()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment 在接口中 org.springframework.context.EnvironmentAwarepublic void afterPropertiesSet()
throws Exception
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanExceptionCopyright © 2021. All rights reserved.