java - 如何学习spring/spring boot?
PHPz
PHPz 2017-04-18 10:00:34
0
3
793

作为新手,对Spring boot比较迷茫,它和spring有什么关系呢?该如何取舍?

PHPz
PHPz

学习是最好的投资!

reply all(3)
巴扎黑

Newbies, just go buy this book and read it, Spring Boot in Practice or JavaEE Development’s Subversive: Spring Boot in Practice

黄舟

If you have used Spring MVC, you should understand Spring boot better. The functions of Spring boot are similar to Spring MVC, but Spring boot does a lot of automatic configuration for you.

You can take a look at the official examples first.

大家讲道理

No need to choose.
According to my understanding, you need to learn Spring first before you can learn Spring Boot.
The Spring framework contains quite a few modules:

  1. Spring core modules, including Spring Core, Spring Beans, etc.

  2. Data access and integration, including Spring JDBC, Spring ORM, Spring JMS, etc.

  3. Web calls and remote calls, Spring Web, WebSocket, MVC and more

  4. Aspect-oriented programming, including Spring AOP, Spring Aspect.
    . . .

Spring Boot is equivalent to a starter, helping you combine the various Spring modules above and simplifying your configuration. You don't need to worry about the various dependencies between so many Spring components. It helps you automatically configure and solve some problems you will face when combining the components.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!