Class JStachioAutoConfiguration

java.lang.Object
io.jstach.opt.spring.boot.webmvc.JStachioAutoConfiguration

@AutoConfiguration(before=org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration.class) @AutoConfigureOrder(-2147483648) @ConditionalOnClass(JStachio.class) @Import(JStachioConfiguration.class) public class JStachioAutoConfiguration extends Object
Auto Configures JStachio for Spring Boot. Templates are loaded from the ServiceLoader and are then registered in the ApplicationContext. Extensions that are wired by Spring will also be discovered as well as ServiceLoader based extensions that are not already wired as beans.
Author:
agentgt, dsyer
API Note
while this class and methods on this class are public for Spring reflection it is not intended to be true public API.