How to gracefully transform entity into DTO in Kotlin?

后端 未结 0 1178
小蘑菇
小蘑菇 2021-02-06 06:31

I am working on Kotlin + SpringBoot web service, in which I want to transform DTOs into entities in the most convenient way.

Entities:

@Entity
data class S         


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