Spring boot install 오류
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project app: There are test failures. 오류 발생 시 플러그인 추가하라는 둥 별의 별 방법을 다 사용해 봤지만 해결되지 않았다. 인스톨 시에 테스트를 스킵 해 버리는 방식으로 오류 해결! mvn clean install -DskipTests 해당 방식으로 진행하면 오류없이 빌드가 가능하다.
프로그래밍/JSP/SPRING
2021. 6. 2. 16:40