接口 SpringApplicationRunnerConfiguration
- 所有超级接口:
GroovyCompilerConfiguration
public interface SpringApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for theSpringApplicationRunner.
字段概要
从接口继承的字段 org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
DEFAULT_CLASSPATH
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 LevelgetLogLevel()Returns the logging level to use.booleanisWatchForFileChanges()Returnstrueif the source file should be monitored for changes and automatically recompiled.从接口继承的方法 org.springframework.boot.cli.compiler.GroovyCompilerConfiguration
getClasspath, getRepositoryConfiguration, getScope, isAutoconfigure, isGuessDependencies, isGuessImports, isQuiet
方法详细资料
isWatchForFileChanges
boolean isWatchForFileChanges()
Returnstrueif the source file should be monitored for changes and automatically recompiled.- 返回:
trueif file watching should be performed, otherwisefalse
getLogLevel
Level getLogLevel()
Returns the logging level to use.- 返回:
- the logging level