Open saechimdaeki opened 3 years ago
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
Oh super! Sad that it's not in English. I hope google translate won't kill the meaning)
@oleglitovka Thx 👍🏼 I hope so, too. !
First, the hateoas-related code used in the book was changed as follows and organized.
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.