wwj-go opened a new issue #1801:
URL: https://github.com/apache/shardingsphere-elasticjob/issues/1801
## Question
What is the use of BeanPostProcessor for ElasticJobBootstrapConfiguration?
```
public class ElasticJobBootstrapConfiguration implements
ApplicationContextAware, BeanPostProcessor {
......
}
```
I find that the class ElasticJobBootstrapConfiguration do not implement any
methods in BeanPostProcessor, so is it enough like below?
```
public class ElasticJobBootstrapConfiguration implements
ApplicationContextAware{
......
}
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]