Revert @Order annotation in AbstractWebThreadPoolService.

pull/1133/head
yanrongzhen 3 years ago
parent aee8f5326c
commit e1aa223a8f

@ -37,7 +37,6 @@ import java.util.concurrent.Executor;
* Abstract web thread pool service.
*/
@Slf4j
@Order(Ordered.HIGHEST_PRECEDENCE)
public abstract class AbstractWebThreadPoolService implements WebThreadPoolService, ApplicationRunner {
private final IWebThreadPoolHandlerSupport support;

Loading…
Cancel
Save