spring template engines (#2326)

* spring template engines

* formatting
This commit is contained in:
lor6
2017-08-02 06:29:18 +03:00
committed by yetanotherallisonf
parent aeec8f53f9
commit 5e8022f1f0
13 changed files with 278 additions and 23 deletions

View File

@@ -12,7 +12,7 @@ import org.springframework.web.servlet.view.InternalResourceViewResolver;
@Configuration
@EnableWebMvc
@ComponentScan(basePackages = "com.baeldung.springmvcforms")
@ComponentScan(basePackages = { "com.baeldung.springmvcforms", "com.baeldung.spring.controller", "com.baeldung.spring.validator" })
class ApplicationConfiguration extends WebMvcConfigurerAdapter {
@Override