Relacionamento do erro
@ManyToOne
@JoinColumn(name = "tit_id", nullable = false)
public TituloEntity getTituloEntidadeHistorico() {
return tituloEntidadeHistorico;
}
Não entendi este erro
20:20:42.306 [http-nio-8080-exec-39] ERROR org.thymeleaf.TemplateEngine - [THYMELEAF][http-nio-8080-exec-39] Exception processing template "historicoEmpresa/index": Exception evaluating SpringEL expression: "historicoEmpresa.tituloEntidadeHistorico.descricao" (template: "historicoEmpresa/index" - line 39, col 8)
org.thymeleaf.exceptions.TemplateProcessingException: Exception evaluating SpringEL expression: "historicoEmpresa.tituloEntidadeHistorico.descricao" (template: "historicoEmpresa/index" - line 39, col 8)
at org.thymeleaf.spring4.expression.SPELVariableExpressionEvaluator.evaluate(SPELVariableExpressionEvaluator.java:290) ~[thymeleaf-spring4-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at org.thymeleaf.standard.expression.VariableExpression.executeVariableExpression(VariableExpression.java:165) ~[thymeleaf-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at org.thymeleaf.standard.expression.SimpleExpression.executeSimple(SimpleExpression.java:66) ~[thymeleaf-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at org.thymeleaf.standard.expression.Expression.execute(Expression.java:109) ~[thymeleaf-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at org.thymeleaf.standard.expression.Expression.execute(Expression.java:138) ~[thymeleaf-3.0.0.RELEASE.jar:3.0.0.RELEASE]
at org.thymeleaf.standard.expression.Expression.execute(Expression.java:125) ~[thymeleaf-3.0.0.RELEASE.jar:3.0.0.RELEASE]