// home.tpl
div {
p('Hello!')
}
# 3.5.5 | application.yaml
spring:
groovy:
template:
auto-new-line: true
# 3.4.9 | application.yaml
spring:
groovy:
template:
configuration:
auto-new-line: true
java.lang.NullPointerException: Cannot invoke "Object.toString()" because "obj" is null
Renders correctly on Spring Boot 3.4.9, but throws an error on 3.5.5.
Renders correctly on Spring Boot 3.4.9, but throws an error on 3.5.5.