Spring Framework - Composition and Extension of Spring

Composition of Spring

Original link: https://www.cnblogs.com/heavenhome/aritcal/6367867.html
insert image description here

expand

Modern java development is based on Spring development
insert image description here

  • Springboot
    ⭕A scaffold for rapid development
    ⭕A single microservice can be quickly developed based on SpringBoot
    ⭕Convention is greater than configuration

  • Spring Cloud
    ⭕Spring Cloud is based on SpringBoot

Because most companies are now using Springboot for rapid development, the premise of learning SpringBoot requires a complete grasp of Spring and SpringMVC!

disadvantages

Configuration is very cumbersome, known as "configuration hell"

Guess you like

Origin blog.csdn.net/Silly011/article/details/123880141