|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
CommandLine
interface.
environments {
development {}
production {}
}
And executes the closure that relates to the current environment
environments {
development {}
production {}
}
And executes the closure that relates to the specified environment
environments {
development {}
production {}
}
And returns the closure that relates to the current environment
environments {
development {}
production {}
}
And returns the closure that relates to the specified
spring-core
, spring-beans
etc.
null
, empty,
or only contains whitespace.
GrailsConsole.userInput(String)
except that the user's entered characters will be replaced with ‘*’ on the CLI,
masking the input (i.e.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |