The import org.springframework.web cannot be resolved
2021. 3. 6. 08:57ㆍJava/Spring Boot
pom.xml파일에 아래 내용 추가 필요
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
'Java > Spring Boot' 카테고리의 다른 글
Spring boot Hellow World에 파라메터 넘기기 (0) | 2021.03.06 |
---|---|
Whitelabel Error Page (0) | 2021.03.06 |
Spring Boot JDK 1.8 셋팅 (0) | 2021.03.05 |
String boot JSP 셋팅 (0) | 2021.01.14 |
The requested profile "pom.xml" could not be activated because it does not exist. (0) | 2021.01.13 |