Spring Boot Flashcards

(2 cards)

1
Q

Issues with Spring

A
  • Known to be a lightweight framework, Spring is very heavy when it comes to setup.
  • Writing configuration is time consuming and often takes time from writing application logic.
  • And lastly, project dependency management could be a frustrating task as Spring dependencies are very version sensitive.
  • Much of configuration and dependency management is redundant and is similar from one project to the other.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What does Spring Boot do?

A

Features of Spring Boot
* Automatic common configuration.
* Starter dependencies.
* Spring boot comes with a command-line interface (Spring boot CLI)
* Actuator—additional feature to help monitor and manage a spring boot application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly