Skip to content

Commit f7e5a5e

Browse files
committed
Update docs for getting started
- Add note for interactive mode - Backport #1108 - Fixes #1119
1 parent b519005 commit f7e5a5e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-shell-docs/modules/ROOT/pages/getting-started.adoc

+12
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,18 @@ dependencyManagement {
6666
}
6767
----
6868

69+
IMPORTANT: Versions up to `3.2.x` had all runners enabled by default, starting from `3.3.x`
70+
only `NonInteractiveShellRunner` is enabled by default. This means you need to enable
71+
`InteractiveShellRunner` to get REPL.
72+
73+
[source, yaml]
74+
----
75+
spring:
76+
shell:
77+
interactive:
78+
enabled: true
79+
----
80+
6981
CAUTION: Given that Spring Shell starts the REPL (Read-Eval-Print-Loop) because this
7082
dependency is present, you need to either skip tests when you build (`-DskipTests`)
7183
throughout this tutorial or remove the sample integration test that was generated

0 commit comments

Comments
 (0)