Merge branch '1.3.x
This commit is contained in:
@@ -167,6 +167,7 @@ public class StartMojo extends AbstractRunMojo {
|
||||
this.lock.wait(wait);
|
||||
}
|
||||
catch (InterruptedException ex) {
|
||||
Thread.currentThread().interrupt();
|
||||
throw new IllegalStateException(
|
||||
"Interrupted while waiting for Spring Boot app to start.");
|
||||
}
|
||||
@@ -275,6 +276,7 @@ public class StartMojo extends AbstractRunMojo {
|
||||
this.lock.wait(wait);
|
||||
}
|
||||
catch (InterruptedException ex) {
|
||||
Thread.currentThread().interrupt();
|
||||
throw new IllegalStateException(
|
||||
"Interrupted while waiting for Spring Boot app to start.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user