* Stop server when shutting down.
This commit is contained in:
parent
b4276f683b
commit
21dfa78b0b
1 changed files with 2 additions and 3 deletions
|
@ -105,9 +105,8 @@ public class CommandlineRunner {
|
|||
}
|
||||
}
|
||||
|
||||
// stop the application
|
||||
server.stopApplication(appName);
|
||||
|
||||
// stop the application and server
|
||||
server.stop();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue