Skip to content

Conversation

@apanashchenko
Copy link

No description provided.

import java.util.Date;
import java.util.List;

public class Post {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lombok

package com.example.timecoder.gateway.model;


public class PostDto {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lombok

ObjectMapper mapper = new ObjectMapper();
Post post = null;
Object episode = null;
Object patronsList = null;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Return post from proxy instead of object. And probably try catch needed only for patrons service

@SergeyPirogov SergeyPirogov merged commit 775d6d4 into podcast-timecoder:master Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants