Class JteAutoConfiguration
- java.lang.Object
-
- gg.jte.springframework.boot.autoconfigure.JteAutoConfiguration
-
@Configuration @ConditionalOnClass({gg.jte.TemplateEngine.class,org.springframework.web.servlet.view.AbstractTemplateViewResolver.class}) @EnableConfigurationProperties(JteProperties.class) public class JteAutoConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description JteAutoConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description gg.jte.TemplateEnginejteTemplateEngine()JteViewResolverjteViewResolver(gg.jte.TemplateEngine templateEngine)
-
-
-
Method Detail
-
jteViewResolver
@Bean @ConditionalOnMissingBean(JteViewResolver.class) public JteViewResolver jteViewResolver(gg.jte.TemplateEngine templateEngine)
-
jteTemplateEngine
@Bean @ConditionalOnMissingBean(gg.jte.TemplateEngine.class) public gg.jte.TemplateEngine jteTemplateEngine()
-
-