@Configuration
@EnableAutoConfiguration(exclude={org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration.class,org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration.class,org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration.class,org.springframework.boot.autoconfigure.batch.BatchAutoConfiguration.class})
public class YarnKillApplication
extends AbstractClientApplication<YarnKillApplication>
Generic Spring Boot client application used to kill Spring Yarn Boot based apps.
- Author:
- Janne Valkealahti