-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the fundamental difference between spring and spring? #19
Comments
The main difference is spring boot reduces boilerplate code, has autoconfiguration and includes embedded servers like tomcat. |
let's break down the differences between Spring and Spring Boot with simple examples that even a beginner can understand. Spring Framework: For example, in Spring Framework, if you want to create a simple "Hello, World!" web application, you'd have to configure everything manually, like setting up a web server, creating controllers, and defining routing. It's like building the car piece by piece. Spring Boot: For example, with Spring Boot, creating the same "Hello, World!" web application is much easier. You use a simple template or a starter project, and most of the configuration is done for you. It's like getting a car that's ready to go, and you just need to specify the color and some personal preferences. So, in simple terms, Spring Framework is like building a custom car from scratch, where you have full control but need to do a lot of work. Spring Boot is like getting a pre-built car, where most of the work is done for you, and you can start using it right away. Spring Boot simplifies and speeds up the development process, making it a great choice for beginners and experienced developers looking for a faster way to create Java applications. |
你好,我最近正在休假中,无法亲自回复你的邮件。我将在假期结束后,尽快给你回复。
|
What is the fundamental difference between spring and springBoot?
The text was updated successfully, but these errors were encountered: