Is it good practice to return ApiResponse from a Spring service layer?
📝
内容提要
I'm working on a Spring Boot application with a VoucherService and VoucherController. I currently have the service method return an ApiResponse<T> directly, like this: @Transactional public...
➡️