web 모듈을 로딩하기 위해서는 spring-boot-starter 중에서 spring web이라는 것을 선택하면 됨
implementation 'org.springframework.boot:spring-boot-starter'
→ implementation 'org.springframework.boot:spring-boot-starter-web'
spring-boot-starter
를 남길 필요가 없는 이유는 계층적으로 다른 모듈을 포함하고 있기 때문