Class JStachioConfiguration

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

@Configuration @EnableConfigurationProperties(JStachioProperties.class) public class JStachioConfiguration extends Object
Configures JStachio Spring style.

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.