-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade for Spring Boot 2.0 #71
Comments
I know, it can't work. Current version has been built for Spring Boot 1.5.x. I must find some time to fix the code for Spring Boot 2.x. |
So why close it? Shouldn't it stay open until it is fixed? |
It is not an issue for me, but a feature request. |
This will be tacked in #72 |
When trying to use the package with Spring Boot 2.0 I get the following exception:
Seems like an issue with the reference to org.thymeleaf.spring4.SpringTemplateEngine since Spring Boot 2.0 uses Spring 5, specifically:
The text was updated successfully, but these errors were encountered: