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

8 lines
324 B
Plaintext

[[built-in-commands-exit]]
= Exit
:page-section-summary-toc: 1
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.