The import org.springframework.web cannot be resolved

2021. 3. 6. 08:57Java/Spring Boot

pom.xml파일에 아래 내용 추가 필요

	    <dependency>
	        <groupId>org.springframework.boot</groupId>
	        <artifactId>spring-boot-starter-web</artifactId>
	    </dependency>