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