Change properties for interactive and script to false on default

- Change defaults for `spring.shell.interactive.enabled` and
  `spring.shell.script.enabled` to false.
- Change samples to use interactive/script where applicable.
- Fixes #1051
This commit is contained in:
Janne Valkealahti
2024-04-20 08:13:12 +01:00
parent 290dd85dc6
commit e159cfcc52
4 changed files with 14 additions and 10 deletions

View File

@@ -2,6 +2,8 @@ spring:
main:
banner-mode: off
shell:
script:
enabled: true
interactive:
enabled: true
## pick global default option naming