Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Spring Boot Primer (Second Edition)

Posted By: yoyoloit
Spring Boot Primer (Second Edition)

Spring Boot Primer (Second Edition): [Hands-On] Learn spring boot from the basics. An introduction to Spring Boot so you won't regret it
by Tamura, Tatsuya

English | 2021 | ASIN: B094FHNKP3 | 414 pages | PDF, EPUB, AZW3 | 49.21 MB

■An introduction to Spring Boot so you won't regret it
If you have this book in your hands, you may have plans to develop with Spring(Spring Boot) in the future.

Everyone feels anxiety and fear when trying something for the first time. (At the same time, you may feel excited). But that's a good thing. Because we strive to drown out the anxiety.

Whatever the reason, trying new things leads to growth. The more unknown it is, the greater the degree of growth. Therefore, for you who have taken that step, growth is waiting for you.

When I started learning about Spring, I bought a number of Spring-related books (because I was afraid). But I didn't have a satisfying book. With the intention of changing that situation, we published the first edition of this book in 2018. Since Spring is also evolving, I have published the second edition.

In this book, you will use Spring to create one web application. Start by learning from the basics of Spring and gradually complete your application. By doing this, you will be able to acquire not only Spring but also the knowledge necessary for web development.

In other words, you can level up from knowing nothing about web development to being able to master Spring at once.

However, this book emphasizes practice rather than theory. There are various learning methods, but actually experiencing it is one of the efficient ways to learn. This is because it is scientifically known that the output has a high retention rate of knowledge. Also, when you actually make it and execute it, your anxiety and fear will disappear, so you will gain confidence.

It is better to actually move your hands to make it, but at first it is okay to just read a book. Since all the sample code can be downloaded, you can create an application even from the middle.


=== In pursuit of easy understanding! ===
In this book, the following measures are taken to make it easier to understand.

Include many illustrations
Step by step
Clarify goals by explaining in advance


=== Table of Contents ===
1. Spring Overview
2. Building the Development Environment
3. Hello World…Make a simple sample
4. Web Application Overview
5. Dependency Injection
6. Bind and Validation (Input Check)
7. Screen Layout
8. MyBatis
9. AOP
10. Error Handling
11. Spring Security
12. REST
13. Spring Data JPA

=== In the second edition ===
In the second edition I have the following modifications.

Added contents about MyBatis and JPA
Modified REST to be more practical
Supports SpringBoot 2.4

These are the functions that are often used in the development field. Therefore, more practical content is increasing.