Skip to content

added user entity and service methods#79

Open
prishagarg wants to merge 3 commits intoAyush0316:mainfrom
prishagarg:main
Open

added user entity and service methods#79
prishagarg wants to merge 3 commits intoAyush0316:mainfrom
prishagarg:main

Conversation

@prishagarg
Copy link
Copy Markdown
Contributor

No description provided.

private final UserService userService;

@PostMapping
public ResponseEntity<User> createUser(@RequestBody User user) {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

We have our custom response dto, you have to use that.

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