스프링 프레임워크와 스프링 부트의 차이는 무엇일까? 스프링 부트 공식문서에 따르면 스프링 부트는 다음과 같다고 한다. Spring Boot makes it easy to create stand-alone, production-grade Spring based Applications that you can "just run". We take an opinionated view of the Spring platform and third-party libraries so you can get started with minimum fuss. Most Spring Boot applications need minimal Spring configuration. 즉, 스프링 프레임워크는 기능이 많은만큼 환경설정이 복잡..