pull/1/MERGE
tanghc 5 years ago
parent 03b6ce2c70
commit 7d2d182263
  1. 2
      sop-common/sop-gateway-common/src/main/java/com/gitee/sop/gatewaycommon/manager/AbstractConfiguration.java

@ -227,7 +227,7 @@ public class AbstractConfiguration implements ApplicationContextAware, Applicati
public void run(ApplicationArguments args) throws Exception { public void run(ApplicationArguments args) throws Exception {
this.isStartupCompleted = true; this.isStartupCompleted = true;
lock.lock(); lock.lock();
condition.signal(); condition.signalAll();
lock.unlock(); lock.unlock();
after(); after();
} }

Loading…
Cancel
Save