0
Follow
0
View

How should SSM learn? "Asked Bai Zhongbai

duanweilin1234 注册会员
2023-02-28 15:22

① Lay the java foundation well, lay the foundation well, With a solid foundation(important things said three times)
② and then to learn spring object-oriented programming
③ it is natural to contact the framework(SSM)

First remember what you learned in class, in the absence of textbooks can basically type out the code, and then go to the extra-curricular books to learn(nothing to frantically type the code on)

cscwan 注册会员
2023-02-28 15:22

Big guy, how about the SSM integration video in Silicon Valley, Or do I have to learn every single video from SSM in Silicon Valley?

cwk73914 注册会员
2023-02-28 15:22
dgy5811 注册会员
2023-02-28 15:22

SSM(Spring + SpringMVC + MyBatis) is a common Java enterprise development framework, It combines Spring, SpringMVC and MyBatis three frameworks together, making Java development more efficient and convenient.

If you want to learn SSM, follow these steps:

1, Learn the basic knowledge of Java: SSM is a Java development framework, so you need to master the basic knowledge of Java, including Java language, object-oriented programming, collection framework, IO stream, etc.

2, Master the Spring framework: Spring is the most core framework in SSM, so you need to understand the basic concepts of Spring framework, core features, IOC container, AOP programming, etc.

3. Master SpringMVC framework: SpringMVC is an MVC framework based on Spring, which is used for the development of Web applications. You need to learn the basic concepts, core features, controllers, view parsers, and more of the SpringMVC framework.

4. Master MyBatis framework: MyBatis is an excellent persistence layer framework, which is used to map Java objects to databases. You need to learn the basic concepts of MyBatis, core features, mapper, cache, etc.

5. Learn to integrate SSM frameworks: Finally, you need to learn how to integrate Spring, SpringMVC, and MyBatis frameworks to implement Java enterprise-class application development.

Before learning SSM, it is recommended that you learn Maven, because Maven is a common build tool and dependency management tool for Java applications, which can help you build and manage projects more easily.

With Maven, you can add third-party dependencies to a project, manage project builds and deployments, create and run tests, manage project releases, and more. Moreover, Maven automatically downloads and manages the various dependencies required by your project, so you don't have to manually download and manage those dependencies.

Master Maven's basic concepts, usage methods, configuration files, etc. You can learn about Maven by checking Maven's official documentation, reference books, and video tutorials. Once you've mastered Maven, it's much easier to develop Java enterprise applications using the SSM framework.

lsd1957 注册会员
2023-02-28 15:22
< div class = "md_content_show e397 data - v - 3967" = "" >

can, see direct messages

duguganxin 注册会员
2023-02-28 15:22
djttokyo 注册会员
2023-02-28 15:22

Yes, I just saw the integrated video of the Silicon Valley, and then watched the other separate videos of their family, and then it was very difficult, I am a junior... Too sad

dfzxdmy110 注册会员
2023-02-28 15:22
< div class = "md_content_show e397 data - v - 3967" = "" >

I was a junior, add a v

m15797953108 未验证用户
2023-02-28 15:22

It is more convenient to go to station b, where there are many teachers.

mxliuyc 注册会员
2023-02-28 15:22

maven is just a dependency repository.
Self-learning is suggested to directly start from springboot+springMVC+Mybatis, this is easier to get started.
If you want to research or learn more, start learning in spring.
It's better to watch the video, but the key is to follow the video and type the code several times.