Interface SpringApplicationRunnerConfiguration

All Superinterfaces:
GroovyCompilerConfiguration

public interface SpringApplicationRunnerConfiguration extends GroovyCompilerConfiguration
Configuration for the SpringApplicationRunner.
Since:
1.0.0
Author:
Phillip Webb
  • Method Details

    • isWatchForFileChanges

      boolean isWatchForFileChanges()
      Returns true if the source file should be monitored for changes and automatically recompiled.
      Returns:
      true if file watching should be performed, otherwise false
    • getLogLevel

      Level getLogLevel()
      Returns the logging level to use.
      Returns:
      the logging level