Posts by Tiago Cássio • 13 points
2 posts
-
0
votes1
answer536
viewsQ: Uni-directional Onetomany mapping with 3 classes using 1 single class
Good night, I have the following structure: @Entity public class Endereco { private String logradouro; private String numero; private String cep; private String bairro; private String complemento; }…
-
1
votes3
answers2140
viewsA: How to use Thymeleaf each?
First, is the name of your object in the Model "types" or "status"? If "types", use the following code: <table> <tr th:each="t,i : ${tipos}"> <td th:text="${i.index}"></td>…
htmlanswered Tiago Cássio 13