IntelliJ (2) 썸네일형 리스트형 [SpringBoot] IntelliJ 에서 Spring Boot Web 프로젝트 생성하기 [SpringBoot] IntelliJ 에서 Spring Boot 프로젝트 생성하기 1. File > New > Project... 클릭 2. New Project 화면에서 아래 단계 진행 Spring Initializr -> Java SDK 선택 -> [Next] Artifact 지정(프로젝트명이 됨) -> Java version 지정 -> [Next] 선택 Web -> Spring Web 체크 Next 계속 눌러서 완료하면 프로젝트 생성된다! 기본 구조 생성 완료! [IntelliJ/Spring] 테스트 실행 에러 해결 (Build failed with an exception) intelliJ 환경에서 spring boot로 테스트 코드를 작성 후 실행하였는데 아래와 같은 에러가 발생했다. FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':test'. > No tests found for given includes: [com.itevent.iteventapi.controller.AccountControllerTest.helloTest](filter.includeTestsMatching) 아래와 같이 해결하였다. Settings > Build, Excecution, Deployment > Build Tools > Gradle Run tests using - [IntelliJ.. 이전 1 다음