Project Spring-Boot and Thymeleaf There is an entity:
@Entity public class CarEntity { @Id private Long id; private String name; private Local