This is an Obvious fix to correct the constant value
This commit is contained in:
committed by
Eric Bottard
parent
c3081d260e
commit
3f8e8334ba
@@ -47,7 +47,7 @@ public class ScriptShellApplicationRunner implements ApplicationRunner {
|
||||
//end::documentation[]
|
||||
|
||||
public static final String SPRING_SHELL_SCRIPT = "spring.shell.script";
|
||||
public static final String ENABLED = "spring.shell.script";
|
||||
public static final String ENABLED = "enabled";
|
||||
|
||||
/**
|
||||
* The name of the environment property that allows to disable the behavior of this
|
||||
|
||||
Reference in New Issue
Block a user