@Component
@ConfigurationProperties(prefix="xxl.job")
public class XxlJobProperties
extends java.lang.Object
implements org.springframework.beans.factory.InitializingBean, org.springframework.context.EnvironmentAware
| 限定符和类型 | 字段和说明 |
|---|---|
private XxlAdminProperties |
admin |
private org.springframework.core.env.Environment |
environment |
private XxlExecutorProperties |
executor |
| 构造器和说明 |
|---|
XxlJobProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet() |
void |
setEnvironment(org.springframework.core.env.Environment environment)
Set the
Environment that this component runs in. |
private org.springframework.core.env.Environment environment
private XxlAdminProperties admin
private XxlExecutorProperties executor
public void afterPropertiesSet()
afterPropertiesSet 在接口中 org.springframework.beans.factory.InitializingBeanpublic void setEnvironment(org.springframework.core.env.Environment environment)
Environment that this component runs in.setEnvironment 在接口中 org.springframework.context.EnvironmentAwareCopyright © 2023. All rights reserved.