Back-end/Java (3) 썸네일형 리스트형 jasypt 1.9.3 ExceptionInInitializerError 오류 Symptom $ .\encrypt.bat input="평문패스워드" password="password" algorithm="알고리즘" ----ENVIRONMENT----------------- Runtime: ojdkbuild OpenJDK 64-Bit Server VM 25.312-b07 ----ARGUMENTS------------------- algorithm: 알고리즘 input: 평문패스워드 password: password ----ERROR----------------------- java.lang.ExceptionInInitializerError Resolution jasypt-1.9.3\lib\icu4j-3.4.4.jar 삭제 References https://github.com/jasy.. The container 'Maven Dependencies' references non existing library 오류 해결 Problem The container 'Maven Dependencies' references non existing library '....\.m2\repository\org\springframework\boot\spring-boot-devtools\2.4.3\spring-boot-devtools-2.4.3.jar' 원인 해당 경로에 관련 라이브러리가 없기 때문에 발생한 메이븐 오류 해결 Maven > Update Project 로컬 작업 공간을 Refresh 시킵니다. Maven SkipTest 설정 Maven SkipTest 설정 기본적으로 프로젝트를 빌드 할 때 Maven은 전체 단위 테스트를 자동으로 실행합니다. 단위 테스트가 실패하면 Maven이 빌드 프로세스를 중단하도록 합니다. Maven에서는 단위 테스트를 건너뛸 수 있도록 시스템 속성을 정의 할 수 있습니다 . Command(명령행 모드) mvn clean install -DskipTests or mvn clean install -Dmaven.test.skip=true Eclipse(이클립스) IntelliJ(인텔리제이) maven.apache.org/plugins-archives/maven-surefire-plugin-2.12.4/examples/skipping-test.html Skipping Test Skipping Tests To.. 이전 1 다음