Damn it, it's cowhide, this fairy version of the SpringBoot learning document shared by the big guys on GitHub, almost all the operations are written out

Preface

Recently, I have slowly resumed work. In order to prepare for the interview, the coders from all walks of life have begun to rub their feet, with test questions and knowledge points on the back. The editor recently presented a study note about SpringBoot by a good friend. It is not easy to use. The theoretical analysis is concise and there are pictures for every step of the operation. Such good things must not be kept privately. In order to thank everyone for their support in 2019, I will present this note to everyone. I wish everyone a bright future and continuous offers!

This fairy version of the SpringBoot learning document simply writes out all the operations

Configuration file:

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

This fairy version of the SpringBoot learning document simply writes out all the operations

Install Docker:

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

This fairy version of the SpringBoot learning document simply writes out all the operations

Docker is an open source application container engine; it is a lightweight container technology;

Docker supports compiling software into a mirror; then configure various software in the mirror, publish the mirror, and other users can directly use the mirror; the running mirror is called a container, and the container startup is very fast.

SpringBoot data access:

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

This fairy version of the SpringBoot learning document simply writes out all the operations

Web development

Introduce thymeleaf

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

SpringBoot mapping rules for static resources:

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

IDEA settings

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

Notes directory:

Meituan Daniel carefully organizes SpringBoot study notes, from Web entry to system architecture

 

Because there are too many directories, only part of the directory content is intercepted here.

Friends who need the "electronic version" of this book

 

Guess you like

Origin blog.csdn.net/qq_46388795/article/details/109035920