Files
spring-shell/spring-shell-docs/modules/ROOT/pages/using-shell-commands-builtin-exit.adoc
2023-08-03 11:11:12 -05:00

7 lines
298 B
Plaintext

[[built-in-commands-exit]]
==== Exit
The `quit` command (also aliased as `exit`) requests the shell to quit, gracefully
closing the Spring application context. If not overridden, a JLine `History` bean writes a history of all
commands to disk, so that they are available again on the next launch.