8000 Remove code smell by hemantjava · Pull Request #3 · hemantjava/RestAPI · GitHub
[go: up one dir, main page]

Skip to content

Conversation

@hemantjava
Copy link
Owner

No description provided.

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
Copy link
Owner Author

Choose a reason for hiding this comment

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

why this version needed.

@GetMapping("/list")
public ResponseEntity<List<Book>> getBookList() {
ResponseEntity responseEntity = new ResponseEntity<>(bookList, HttpStatus.OK);
ResponseEntity<List<Book>> responseEntity = new ResponseEntity<>(bookList, HttpStatus.OK);
Copy link
Owner Author

Choose a reason for hiding this comment

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

Why this <>

@hemantjava hemantjava merged commit d4f4cdf into master Jul 30, 2021
@hemantjava
Copy link
Owner Author

NA

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

0