etc
이클립스 사용 시 editor does not contain a main type, Selection does not contain a main type 에러 시 방법
Grand_J
2023. 5. 9. 16:10
반응형
이클립스 사용 시 editor does not contain a main type, Selection does not contain a main type 에러 시 방법
Spring Boot 개발 시 Application.java를 찾지 못해 구동 불가 한 경우 임
pom.xml 수정 > start-class 추가
<properties>
<java.version>17</java.version>
<!-- 구동 Application 경로 추가 -->
<start-class>package path.Application</start-class>
</properties>
후에 Run As > maven install 후 Run As > Spring Boot App 구동 확인
********************************* 구동이 잘 되었으면 pom.xml > start-class 제거 해도 동작 됨
끋ㅅ@#$@#$%!@$#!@#
반응형