Replace a JPA entity with a DTO
Have you ever come across a Sonar vulnerability issue such as: Replace this persistence entity with a POJO or DTO object. This happens when you pass a persistence entity into the @ResponseBody of a REST call instead of a DTO object. This article wi...
May 30, 20224 min read16K


