Sending JSON data over post man giving the Failed to evaluate Jackson deserialization for type in Spring Boot Jpa project

后端 未结 0 1144
暗喜
暗喜 2020-12-30 13:53

Course.java

package com.example.jpa_training.JPAD.model;

@Entity
@Table(name = "COURSE")
public class Course implements Serializab         


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