"A Thousand Dollars Are Hard to Find" on GitHub! After reading these two books, Spring will have no secrets in front of you

foreword

I believe everyone understands the importance of Spring to Java programmers. It can even be said that Spring has made Java an exaggeration.

Why do you want to read these two books? The former tells you how to use Spring, while the latter shows you how to use it briefly, and also tells you how Spring implements the two together, so that you know what it is and why it is, a perfect match.

"Spring Combat" 4.0

First of all, why is it 4.0 instead of 3.0 or 5.0?

This is because the content of version 4.0 is relatively the most comprehensive. Compared with 3.0, a lot of content has been added, while 5.0 introduces basic explanations such as IOC, AOP, redis, nosql, websocket and uncommon modules, especially Redis. Still quite a pity.

So why recommend the book "Spring Combat"?

1. The whole book is updated with new content on the basis of Spring 4.0. The level of translation is very high, and there is almost no sense of unsmooth reading;

2. The author's thinking is extremely clear, the writing is relaxed, the focus is prominent, and there is no feeling of tiredness from reading at all;

This can be said to be the best book I have read about Spring in recent years. The translation level is excellent, and there is no boring feeling at all besides the classics. It will benefit a lot whether you are a veteran as a reference or a beginner.

Let's take a look at the catalog and some of the contents of "Spring Combat" 4.0

"Secrets of Spring"

Regarding this book, many people will say that it is too old. Let’s read a new book. In fact, it is a bit old, and it is not even published anymore. But the source code book is not new, but organized. The most important thing is that there is currently no book on source code on the market that can match this book.

After all, the latest version of Spring and even Spring Boot we are using now are iterated from Spring at that time.

PS: Don’t limit your learning to the resources at hand. Sometimes the value of a book is not what it tells you, but what questions you have. If you see something you don’t understand, don’t blame the author for his poor Chinese skills. Write down the questions and Google them. , this is the fun of learning.

This book explains the background and design principles of each module of Spring, and can connect your Spring knowledge. After reading it, you will have a good idea.

Let's take a look at the catalog and some of the contents of "Spring Revealed"

Due to space limitations, all the notes cannot be displayed for everyone, so let everyone refer to them in the form of screenshots of the main content

Guess you like

Origin blog.csdn.net/SharingOfficer/article/details/131192134