@Configuration @EnableConfigurationProperties(value=HotlinkProperty.class) @ConditionalOnProperty(prefix="hotlink", name="etcd-url") public class HotlinkAutoConfiguration extends Object
| 构造器和说明 |
|---|
HotlinkAutoConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.thebeastshop.hotlink.spring.HotkeyInit |
hotkeyInit(com.thebeastshop.hotlink.spring.HotlinkConfig hotlinkConfig) |
com.thebeastshop.hotlink.spring.HotlinkConfig |
hotlinkConfig(HotlinkProperty hotlinkProperty,
org.springframework.core.env.Environment environment) |
com.thebeastshop.hotlink.spring.HotlinkScanner |
hotlinkScanner() |
@Bean public com.thebeastshop.hotlink.spring.HotlinkConfig hotlinkConfig(HotlinkProperty hotlinkProperty, org.springframework.core.env.Environment environment)
@Bean public com.thebeastshop.hotlink.spring.HotkeyInit hotkeyInit(com.thebeastshop.hotlink.spring.HotlinkConfig hotlinkConfig)
@Bean public com.thebeastshop.hotlink.spring.HotlinkScanner hotlinkScanner()
Copyright © 2021. All rights reserved.