@ConfigurationProperties(prefix="gobrs.async.config",
ignoreInvalidFields=false)
@PropertySource(value={"classpath:config/gobrs.yaml","classpath:config/gobrs.yml","classpath:config/gobrs.properties"},
ignoreResourceNotFound=false,
factory=GobbrsPropertySourceFactory.class)
@Component
public class GobrsAsyncProperties
extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GobrsAsyncProperties.ThreadPool
The type Thread pool.
|
| 构造器和说明 |
|---|
GobrsAsyncProperties() |
Copyright © 2023. All rights reserved.