| | |
| | | |
| | | @Override |
| | | public void onApplicationEvent(ContextRefreshedEvent contextRefreshedEvent) { |
| | | // if (contextRefreshedEvent.getApplicationContext().getParent() == null) { |
| | | // Thread thread = new Thread(this::run); |
| | | // thread.setUncaughtExceptionHandler(handler); |
| | | // thread.start(); |
| | | // } |
| | | if (contextRefreshedEvent.getApplicationContext().getParent() == null) { |
| | | Thread thread = new Thread(this::run); |
| | | thread.setUncaughtExceptionHandler(handler); |
| | | thread.start(); |
| | | } |
| | | } |
| | | |
| | | @Autowired |
| | |
| | | |
| | | @Override |
| | | public void run(ApplicationArguments args) throws Exception { |
| | | // run(); |
| | | run(); |
| | | } |
| | | } |