post-thumbnail

DBeaver Public Key Retrieval is not allowed 에러

MYSQL 8.0 이후부터는 allowPublicKeyRetrieval 속성의 값이 true로 설정 되어야만 접속할 수 있다.Edit Connection > Edit Driver SettigsDriver properties > User Properties 우클릭 > A

2022년 5월 25일
·
1개의 댓글
·

JAVA 대체 에러가 어디에서 발생한거야?

에러 메세지만 딸랑 뜨고 대체 어디서 에러가 난건지를 알 수가 없었는데, 그 원인을 찾아냈다.log.error("handleException : {}", e.getMessage());에러의 메세지만 찍어주고 있기 때문에 어디서 발생한 에러인지 알 수 없었던 것.에러가

2022년 5월 7일
·
0개의 댓글
·
post-thumbnail

IntelliJ vue 실행 에러

vue : 이 시스템에서 스크립트를 실행할 수 없으므로 C:\\Users\\user\\AppData\\Roaming\\npm\\vue.ps1 파일을 로드할 수 없습니다. 자세한 내용은 about_Execution_Policies(https://go.micros

2022년 2월 21일
·
0개의 댓글
·
post-thumbnail

java: warning: source release 11 requires target release 11

참고IntelliJ에서 Gradle 프로젝트 구축시 위와 같은 에러가 발생했을때자바의 버전이 맞지 않아서 발생하는 문제이므로 아래 사항들을 확인한다.JAVA_HOME의 경로가 올바른 자바 버전의 경로를 지정하고 있는지 확인.Gradle에서 사용하는 자바는 11버전인데

2022년 1월 24일
·
0개의 댓글
·

[Google Charts] Mixed Content Error

콘솔 에러원인 : https 사이트에서 http 사이트 요청 시 발생하는 보안 문제해결 :해당 url을 호출하는 JSP에서 http를 https로 변경해주고 해결했다.

2021년 12월 22일
·
0개의 댓글
·
post-thumbnail

pgAdmin4 file not found 에러

'C:\\Program Files\\PostgreSQL\\12\\pgAdmin 4\\runtime\\pg_dump.exe' file not found. Please correct the Binary Path in the Preferences dialogpgAdmin4에

2021년 12월 14일
·
0개의 댓글
·
post-thumbnail

VS code JAVA import 에러

cannot be resolved to a typeJava(16777218) 참고 : https://github.com/redhat-developer/vscode-java/wiki/Troubleshooting이런 에러가 발생했을 때 Java Language S

2021년 12월 8일
·
2개의 댓글
·
post-thumbnail

VS CODE 에서 Lombok 사용하기

vscode The import lombok cannot be resolvedVScode에서 Spring Gradle 프로젝트를 실행했을 때 위와 같은 에러가 발생했다.해결 방법은 마켓에서 Lombok 확장팩을 설치하면 된다.VScode > 마켓플레이스 > 검색 > L

2021년 12월 6일
·
0개의 댓글
·