You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been upgraded spring boot version to 2.6.6, After that I am having a issue with template engine. It is throwing a java.lang.ClassNotFoundException: ognl.DefaultMemberAccess exception. Currently we are using a below dependencies for thymeleaf template engine. Anybody help me to resolve this issue?
Hi there, one thing that looks odd to me is that, when you're using Thymeleaf with Spring or Spring Boot, OGNL shouldn't be needed as a dependency any more. Spring Boot usually takes care of this configuration, so you might want to compare your project to some simple Spring Boot + Thymeleaf tutorials/projects out there.
While that example repo is now using Spring Boot 2.7.1, I've found that the dependencies have remained largely the same across Spring Boot 2.x versions.
Hello,
I've been upgraded spring boot version to 2.6.6, After that I am having a issue with template engine. It is throwing a java.lang.ClassNotFoundException: ognl.DefaultMemberAccess exception. Currently we are using a below dependencies for thymeleaf template engine. Anybody help me to resolve this issue?
The text was updated successfully, but these errors were encountered: