🌳 에러 코드
Execution failed for task ':HelloSpringApplication.main()'.
> Build cancelled while executing task ':HelloSpringApplication.main()'
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
🌳 해결 방법
🌾 원인 : gradle로 실행했기 때문.
🌾 해결 방법 :
1. Gradle 설정에서 IntelliJ IDEA 바로 변경.
2. 마지막으로 File -> Open -> 해당 프로젝트의 build.gradle을 선택해주세요. 그 다음에 선택창이 뜨는데, Open as Project를 선택.
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
Updates were rejected because the remote contains work that you do (0) | 2023.07.17 |
---|---|
[Terminal/H2 Database] H2 데이터베이스 Permission denied 에러 (0) | 2023.07.12 |
검색을 할때마다 바뀌는 로그인 된 유저 정보 이름. (0) | 2023.06.07 |
org.apache.jasper.JasperException: (0) | 2023.06.07 |
javax.servlet.jsp.JspTagException: (0) | 2023.06.07 |