Spring vs spring boot in java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Spring vs spring boot in java

Hi could someone explain what is the difference between spring and spring boot in Java? And what is preferable in complex web application which is used in ERP? Thanks

29th Sep 2021, 10:00 PM
Niloufar
5 Answers
+ 1
This should explain the differences fairly well. https://www.baeldung.com/spring-vs-spring-boot As for which to use for a ERP web app, Spring Boot will probably get you up and running faster, but you could use either.
29th Sep 2021, 10:09 PM
ChaoticDawg
ChaoticDawg - avatar
+ 1
ChaoticDawg Thank you for your explanation. Should I start to learning the spring first as spring boot is the extension of spring or it is't necessary? Do you know any free tutorial for spring boot? Have you have experience in developing ERP web app?
29th Sep 2021, 10:13 PM
Niloufar
+ 1
It's not necessary to learn Spring first before Spring Boot. In fact if you're new to them it is usually recommended to learn Spring Boot first for the simplicity of it. Then, if needed or desired, you can learn Spring.
29th Sep 2021, 10:17 PM
ChaoticDawg
ChaoticDawg - avatar
+ 1
String boot does automated configuration of Spring. Work with Spring is then easier and simpler. it works like 'wizard' software. https://spring.io/quickstart
29th Sep 2021, 11:32 PM
zemiak
0
ChaoticDawg l 've learned about Spring boot. I want to know if there is difference between spring and spring boot in annotations or in structure of restcontroller or configuration? Do they have some thing in common?
21st Mar 2022, 12:19 AM
Niloufar