mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
This commit adds an extra check for the presence of thymeleaf-spring5 library on the classpath. ThymeleafAutoConfiguration is now only considered if both thymeleaf-spring5 and thymeleaf jars are present. Closes gh-16341