|
@@ -11,10 +11,10 @@ import org.springframework.web.servlet.config.annotation.ResourceHandlerRegistry
|
|
|
import org.springframework.web.servlet.config.annotation.ViewControllerRegistry;
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter;
|
|
|
import org.thymeleaf.extras.tiles2.dialect.TilesDialect;
|
|
|
-import org.thymeleaf.extras.tiles2.spring.web.configurer.ThymeleafTilesConfigurer;
|
|
|
-import org.thymeleaf.extras.tiles2.spring.web.view.ThymeleafTilesView;
|
|
|
-import org.thymeleaf.spring3.SpringTemplateEngine;
|
|
|
-import org.thymeleaf.spring3.view.ThymeleafViewResolver;
|
|
|
+import org.thymeleaf.extras.tiles2.spring4.web.configurer.ThymeleafTilesConfigurer;
|
|
|
+import org.thymeleaf.extras.tiles2.spring4.web.view.ThymeleafTilesView;
|
|
|
+import org.thymeleaf.spring4.SpringTemplateEngine;
|
|
|
+import org.thymeleaf.spring4.view.ThymeleafViewResolver;
|
|
|
import org.thymeleaf.templateresolver.ClassLoaderTemplateResolver;
|
|
|
|
|
|
@EnableWebMvc
|