Otávio, obrigado e desculpe o retorno demorado, tive problemas de saúde.
O problema é:
Não estou conseguindo, com o Spring consultar uma tabela de funcionários, trazendo informações como: filial, matricula.
O spring da um erro..
vou colocá-lo aq:
Hibernate: select sra010x0_.ID as ID1_0_, sra010x0_.D_E_L_E_T_ as D_E_L_E_2_0_, sra010x0_.RA_CC as RA_CC3_0_, sra010x0_.RA_CODFUNC as RA_CODFU4_0_, sra010x0_.RA_FILIAL as RA_FILIA5_0_, sra010x0_.RA_MAT as RA_MAT6_0_, sra010x0_.RA_NOME as RA_NOME7_0_, sra010x0_.RA_SITFOLH as RA_SITFO8_0_ from SRA010 sra010x0_
2019-06-09 11:05:26.923 ERROR 14920 --- [nio-8080-exec-3] org.thymeleaf.TemplateEngine : [THYMELEAF][http-nio-8080-exec-3] Exception processing template "/justificativaFuncionario": Error resolving template [/justificativaFuncionario], template might not exist or might not be accessible by any of the configured Template Resolvers
org.thymeleaf.exceptions.TemplateInputException: Error resolving template [/justificativaFuncionario], template might not exist or might not be accessible by any of the configured Template Resolvers
at org.thymeleaf.engine.TemplateManager.resolveTemplate(TemplateManager.java:869) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE]
at org.thymeleaf.engine.TemplateManager.parseAndProcess(TemplateManager.java:607) ~[thymeleaf-3.0.11.RELEASE.jar:3.0.11.RELEASE]..
`
continua...