Deserialization of File type from Angular to Java using Jackson

后端 未结 1 631
说谎
说谎 2021-01-20 20:26

In my REST application developed using SpringBoot and Angular, I need to send a REST request to SpringBoot back end in order to save a object into the database.

In

相关标签:
1条回答
  • 2021-01-20 20:53

    Try to use @JsonPropertyDescription to construct object. @JsonPropertyDescription example

    0 讨论(0)
提交回复
热议问题