Question: Does Spring Boot Replace Spring MVC,Spring REST etc?
Anwser: no, depending on the project development team. if the team confirmable to develop our project using spring MVC or spring boot. but we can say using spring boot we quickly start our project with more libraries and more feature. Once you do spring Boot configuration then you make use of regular Spring Coding. for example @Component,@Controller,@Autowired ,@RequestMapping ,@GetMapping, @PostMapping etc...
Spring Boot | ||
Spring MVC | Spring REST | Spring Security |
Spring Core | Spring AOP | Spring Validation |
etc... | etc... | etc... |
Example :
Question: Does Spring Boot run code faster than regular Spring code?
Anwser:
Question: Do I need a special IDE For Spring Boot ?
Anwser: