에러 해결 Could not find artifact org.springframework.boot:springboot-starter-jdbc:pom:unknown in central (https://repo.maven.apache.org/maven2)
Spring Boot를 공부하면서 jdbc 의존성을 추가했는데 에러가 발생했고, 해결한 과정을 소개합니다.
개발환경
M2 Air
IntelliJ
Maven
추가한 의존성 내용
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>springboot-starter-jdbc</artifactId>
</de...
nailhae.hashnode.dev1 min read