게시글
질문&답변
안녕하세요 터미널로 spring-boot를 실행할 때 문제가 있어 질문드립니다.
확인해보니, pom.xml이 있는 디렉토리에서 명령어를 실행해야 하는 군요. (수업화면에서도 나오긴하는데... 생각을 못했네요.)
- 0
- 3
- 417
질문&답변
안녕하세요 터미널로 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
- 417