Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To help those of you who are making chapter 6 , 7 the latest version of Spring Boot... #102

Open
saechimdaeki opened this issue Feb 14, 2021 · 3 comments

Comments

@saechimdaeki
Copy link

saechimdaeki commented Feb 14, 2021

First, the hateoas-related code used in the book was changed as follows and organized.

  • ResourceSupport changed to RepresentationModel
  • Resource changed to EntityModel
  • Resources changed to CollectionModel
  • PagedResources changed to PagedModel
  • ResourceAssembler changed to RepresentationModelAssembler
  • ControllerLinkBuilder changed to WebMvcLinkBuilder
  • ResourceProcessor changed to RepresentationModelProcessor

I also share the latest version of the springboot code and the code I've fixed to help those who want less modularity than detailed modularity.

I leave it for people like me who are not good at chapter6.

The CHAPTER6 code I wrote is as follows.

https://github.com/saechimdaeki/SpringInAction5/tree/main/chap06

It may not be helpful to most people, but I think it will be helpful to some people. Well, I hope you all enjoy coding.

@saechimdaeki saechimdaeki changed the title To help those of you who are making chapter 6 the latest version of Spring Boot... To help those of you who are making chapter 6 , 7 the latest version of Spring Boot... Feb 15, 2021
@saechimdaeki
Copy link
Author

saechimdaeki commented Feb 15, 2021

If you use the latest version of the spring boot and want to do the multimodule with the book, it is not the code in chapter 6, but you can do so from chapter 7.

For your information, the spring boot version is 2.4.2.

https://github.com/saechimdaeki/SpringInAction5/tree/main/chap07

@oleglitovka
Copy link

Oh super! Sad that it's not in English. I hope google translate won't kill the meaning)

@saechimdaeki
Copy link
Author

saechimdaeki commented Jun 24, 2021

@oleglitovka Thx 👍🏼 I hope so, too. !

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

No branches or pull requests

2 participants