web123456

Two ways to build a SpringBoot project framework with idea

3, according to the figure set up after clicking on the next step

4. Click Next

5. Initial structure after manual creation

6, right-click src==> click new==> directory

7. Select all in the picture

8. Revised project structure

9. Modify configuration dependency files

(1) Remove all tags included in builds

(2) Inherit from the springboot parent project and introduce web and test dependencies.

handwork_SpringBoot

1.0-SNAPSHOT

war

<>UTF-8</>

<maven.>1.8</>

<>1.8</>

spring-boot-starter-parent

2.2.

spring-boot-starter-web

spring-boot-starter-test

test

10. Creation of documents

  • In the project src/main/resources/

11、Create the entry class function

@SpringBootApplication

public class Application {

public static void main(String[] args) {

/**

  • entry-level class function

*/

(,args);

}

}


First of all, I introduce myself, I graduated from Shanghai Jiaotong University in 13 years, once stayed in a small company, also went to Huawei, OPPO and other large factories, 18 years into Ali has been to the present.

Knowing that most junior Java engineers, want to improve skills, often their own growth or class learning, but for the training institutions moving nearly 10,000 tuition, it is really a lot of pressure. Their own unsystematic self-study effect is inefficient and long, and it is very easy to run into the ceiling technology stagnation!

Therefore, the collection of a "Java development of a full set of learning materials" to you, the original intention is also very simple, is that I hope to be able to help to enhance the self-study and do not know where to start learning friends, while reducing the burden of everyone.

img

img

img

Because the file is relatively large, here is just part of the directory screenshot out, each node contains a large factory interviews, study notes, source code handouts, real-world projects, explaining video

If you found this content helpful, you can scan the code to receive it!

img

How do we learn at the end of the day?

1、Watch the video for systematic learning

These years of Crud experience, let me understand that I really is considered a rookie in the fighter, but also because of Crud, leading to their own technology is more fragmented, but also not deep enough not systematic enough, so it is necessary to re-learning. I am poor is the system knowledge, poor structural framework and ideas, so through the video to learn, the effect is better, but also more comprehensive. About video learning, I can recommend to go to the B station for learning, B station has a lot of learning videos, the only drawback is that the free ones are easily outdated.

Also, I have several sets of video materials lying around on my netbook in my own collection, so I can share them with you if you need them:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

2, read the source code, look at the actual combat notes, learn the big god thinking

"Programming language is the way a programmer expresses himself, while architecture is the programmer's perception of the world." So, it is essential for programmers to read source code in order to quickly cognize and learn architecture. Reading source code is to solve problems + understand things, and more importantly: to see the idea behind the source code; programmers say: read 10,000 lines of source code, do 10,000 practices.

Spring source code depth analysis:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

Mybatis 3 source code in depth:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

RedisStudy Notes:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

Spring Boot Core Technologies - Notes:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

3、Interview eve, brush up the questions to sprint

You can start brushing up on your questions and sprinting within a week's time before the interview. Keep in mind that when brushing up on questions, the technical ones take precedence, the algorithmic ones will suffice to look at the basics such as sorting, etc., and the intellectual questions, unless it is a varsity job, are usually not asked much.

Regarding interview brushing up, I have personally prepared a systematic set of interview questions to help you learn by example:

1年半经验,2本学历,Curd背景,竟给30K,我的美团Offer终于来了

Only skillful, where there is no worry about employment, "all sorts of band can not go, only the industry with the body" learning was not in the classroom that few years to say, but in the journey of life uninterrupted things.

Life is short, don't live your life in confusion, don't settle for less.
Within a week's time, you can start brushing up on the questions and sprinting. Keep in mind that when brushing up on questions, the technical ones take precedence, the algorithmic ones will suffice to look at the basics like sorting, etc., and the intellectual questions, unless they are for school recruitments, are usually not asked much.

Regarding interview brushing up, I have personally prepared a systematic set of interview questions to help you learn by example:

[External image dump in progress...(img-9EEuH0As-1711368697865)]

Only skillful, where there is no worry about employment, "all sorts of band can not go, only the industry with the body" learning was not in the classroom that few years to say, but in the journey of life uninterrupted things.

Life is short, don't live your life in confusion, don't settle for less.
If you need more Java information, you can help to like + follow.Click on the portalYou can get it for free!