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:
@@ -2,6 +2,8 @@ spring:
|
||||
main:
|
||||
banner-mode: off
|
||||
shell:
|
||||
script:
|
||||
enabled: true
|
||||
interactive:
|
||||
enabled: true
|
||||
## pick global default option naming
|
||||
|
||||
Reference in New Issue
Block a user