mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 20:42:14 +00:00
SEC-2651: Fix hellojs-jc after Thymeleaf Spring 4 changes
This commit is contained in:
parent
80c0f5fa17
commit
11d83cdce1
@ -18,8 +18,8 @@ package org.springframework.security.samples.mvc.config;
|
|||||||
import org.springframework.context.annotation.Bean;
|
import org.springframework.context.annotation.Bean;
|
||||||
import org.springframework.context.annotation.Configuration;
|
import org.springframework.context.annotation.Configuration;
|
||||||
import org.springframework.core.Ordered;
|
import org.springframework.core.Ordered;
|
||||||
import org.thymeleaf.spring3.SpringTemplateEngine;
|
import org.thymeleaf.spring4.SpringTemplateEngine;
|
||||||
import org.thymeleaf.spring3.view.ThymeleafViewResolver;
|
import org.thymeleaf.spring4.view.ThymeleafViewResolver;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable tiles so that we can provide our custom view without being decorated.
|
* Disable tiles so that we can provide our custom view without being decorated.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user