인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

maplelyy0276's profile image
maplelyy0276

asked

Microservices Application (MSA) Developed with Spring Cloud

User Service - Registration

Error: Could not find or load main class .port=9004 관련 에러 해결

Written on

·

393

1

 

 

 

안녕하세요? 위와같이 PowerShell 에서 실행이 되지 않아 한참 찾았었는데요

명령 프롬포트로 변경하여 실행하니 정상적으로 실행 되네요 

참고 바랍니다.

 

- 정상 실행 

spring-bootJPAspring-cloudarchitecturemsaKafka

Answer 1

0

kenneth님의 프로필 이미지
kenneth
Instructor

안녕하세요, 이도원입니다. 

정보 공유 감사드립니다. Windows에서는 Powershell로 실행 시 Powershell의 명령어로 인식하는 부분이 있어서, java나 몇몇 CLI 에서 오류가 발생됩니다. CMD(명령 프롬프트)를 사용하기를 권장합니다. 

감사합니다. 

maplelyy0276's profile image
maplelyy0276

asked

Ask a question