강의

멘토링

커뮤니티

Inflearn Community Q&A

devhellolab3549's profile image
devhellolab3549

asked

Spring Boot Concepts and Utilization

Embedded Web Server Application Part 1: Containers and Ports

pom 테그 에러

Written on

·

351

0

 

<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spriog-boot-autoconfigure</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure-processor</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

Cannot resolve org.springframework.boot:spriog-boot-autoconfigure:unknown 

라는 오류가 나는데 jar파일이 없어서 나는것같습니다..

따로 다운을 받아야하는건지..

javaspring-bootspring

Answer 1

0

whiteship님의 프로필 이미지
whiteship
Instructor

"spriog-boot" 여기에 오타가 있네요. 이거 직접 입력하신거죠?

devhellolab3549님의 프로필 이미지
devhellolab3549
Questioner

그러네요.... 감사합니다

devhellolab3549's profile image
devhellolab3549

asked

Ask a question