Failed to update entity… when I try create new entity with Spring Data JDBC

前端 未结 0 1664
星月不相逢
星月不相逢 2021-01-27 16:32

when I try to create a new entity \'Customer\' with Spring Data JDBC (in a Spring-boot application)

@Data
public class Customer {
    @Id
    private String ident         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题