IntelliJ
[Spring Boot] No tests found for given includes: 에러
Spring Boot로 테스트 작성 후 IntelliJ내의 테스트 실행버튼을 눌러 테스트를 시도했다. 그런데... Execution failed for task ':test'. > No tests found for given includes: [test코드 경로](filter.includeTestsMatching) * 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. 이렇게 떴다..!! 분명 @Test가 붙은 테스트들이 존재하는데...왜 없다고 하는 것인가? 인프런에 나와..
[IntelliJ]Spring boot Gradle 실행 오류
Spring Boot 테스트 실행 후, API 하나 작성 후 실행해보았는데 오류가 났다... 다시 찾아봐도 코드에 잘못된 곳은 없었다! 에러메세지 Execution failed for task ':DemoApplication.main()'. Process 'command '~jdk/Contents/Home/bin/java'' finished with non-zero exit value 1 해결방법 아주아주 간단! Mac : IntelliJ IDEA - Preferences - Build, Execution, Deployment - Build Tools - Gradle Window : File - Setting - Build, Execution, Deployment - Build Tools - Gradle..
[IntelliJ] Git 연동하기
이때까지 Node.js만 하다가, SpringBoot를 해보려고 했다! IntelliJ를 쓸 계획인데, 여기서 Git 연동은 처음이다^-^ JetBrains거라 그런지 Android Studio와 굉장이 유사하면서...거의 똑같은 듯 하다ㅎㅎ macOS기준이며, Window도 몇몇 표현 빼고는 유사합니다! 깃 설치, 깃허브 계정 등록 먼저, IntelliJ를 실행해준다 상단바 왼쪽에서 IntelliJ IDEA - Preference Git이 설치되어있어야한다! 잘 설치되어있는지 확인하기 위해서 Test버튼을 눌러보자 맥의 경우 Git version이 위처럼 뜨면 설치되어있는 것이고 윈도우의 경우 Git version이 알림창으로 뜨면 설치되어있는 것이다! 이제 본인의 Github 아이디, 비밀번호를 등록..