-2
Thymeleafの自己参照エンティティのリストをループする方法は?
public class Entity{
....
private List<Entity> entities = new ArrayList<>();
....
//Other fields with its setters and getters
}
の下には、どのように私はThymeleafを使用して、すべての
entities
を表示しないように私は実体を持っています。私はちょうどthymeleafを使い始めました。私はいつでもどこでも探してみました。
あなたは何を試しましたか? – Patrick
thymeleaf [チュートリアル](http://www.thymeleaf.org/doc/tutorials/3.0/thymeleafspring.html)を読んでみてください。 – Ranjeet