@Configuration @Import(value=ratpack.spring.config.internal.ChainConfigurers.class) @EnableConfigurationProperties(value=RatpackProperties.class) public class RatpackConfiguration extends Object implements CommandLineRunner
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RatpackConfiguration.ServerConfigConfiguration |
protected static class |
RatpackConfiguration.ServerConfiguration |
| Constructor and Description |
|---|
RatpackConfiguration() |
public void run(String... args) throws Exception
run in interface CommandLineRunnerException@PreDestroy public void stop() throws Exception
Exception