|
|
@ -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(); |
|
|
|
} |
|
|
|
} |
|
|
|