inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

yoskim님의 게시글

yoskim yoskim

@yoskim2303

수강평 작성수
5
평균평점
4.8

게시글 2

질문&답변

안녕하세요 터미널로 spring-boot를 실행할 때 문제가 있어 질문드립니다.

강사님. 저도 위와 같은 현상이 나와서 말씀하신 pom.xml 파일 올려 드립니다. xml version ="1.0" encoding ="UTF-8" ?> xmlns ="http://maven.apache.org/POM/4.0.0" xmlns: xsi ="http://www.w3.org/2001/XMLSchema-instance" xsi :schemaLocation ="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" > 4.0.0 org.springframework.boot spring-boot-starter-parent 2.7.0 com.example user-service 0.0.1-SNAPSHOT user-service user-service 11 2021.0.3-SNAPSHOT org.springframework.boot spring-boot-starter-web org.springframework.cloud spring-cloud-starter-netflix-eureka-client org.springframework.boot spring-boot-devtools runtime true org.projectlombok lombok true org.springframework.boot spring-boot-starter-test test org.springframework.cloud spring-cloud-dependencies ${spring-cloud.version} pom import org.springframework.boot spring-boot-maven-plugin org.project-lombok lombok spring-snapshots Spring Snapshots https://repo.spring.io/snapshot false spring-milestones Spring Milestones https://repo.spring.io/milestone false

좋아요수
0
댓글수
3
조회수
555