IT'S DO
article thumbnail
[error] intellij lombok 인식 안될때
error 2025. 5. 28. 15:48

error: variable name not initialized in the default constructor & java: variable objectTermService not initialized in the default constructor위와 같은 에러 발생 했을때.# 해결=> intelli > 파일 > 설정 > 빌드, 실행, 배포 > 컴파일러 > 어노테이션 프로세서 > 해당 프로젝트 선택 > 좌측 어노테이션 처리 활성화 및 프로젝트 클래스 경로에서 프로세서 가져오기 체크 출처 : https://stackoverflow.com/questions/59598779/variable-not-initialized-in-default-constructor

런던 입국 심사
여행/이쁜 추억 여행 2025. 3. 4. 15:32

1️⃣ What is the purpose of your visit to the UK? 🇰🇷 (영국 방문 목적이 무엇인가요?) 👉 (관광, 출장, 유학 등 목적을 말하세요.) i'm visiting to watch the tottenham vs Crystal Palace match on May 10. 2️⃣ How long do you plan to stay in the UK? 🇰🇷 (영국에 얼마나 머무를 계획인가요?) 👉 (정확한 기간을 말하세요. "For 10 days." "For 2 weeks.") For 10 days. 3️⃣ Where will you be staying? 🇰🇷 (어디에서 머무를 예정인가요?) 👉 (호텔, 친척 집, 친구 집 등 구체적인 장소를 말하세요.) i w..

article thumbnail
[jenkins & github] webhook, action 에서 로컬 서버 일때 Payload URL 보내는 법(We couldn't deliver this payload: failed to connect to host 해결)
형상관리/jenkins 2025. 2. 7. 15:14

# 결론 부터 말하면 :domain이 있는 서버면 상관 없이 잘 된다.로컬 서버일때는 github에서 Webhook의 payload든, Actions의 jenkins.yml이든 localhost 주소로 보내면 안된다.보낼시We couldn't deliver this payload: failed to connect to host  위와 같은 에러 나타남.  # 해결법 : 1. ngrok 설치https://ngrok.com/downloads/windows Download ngrokDownload ngrokngrok.com  다운 받기  2. ngrok 토큰값 주입.=> localhost를 외부에서 받을 수 있는 도메인 서버로 만들어준다.처음 실행하면 회원가입 후 토큰값 받아라고 나오는데, 회원 가입 후 이메..

[Error Git]requested url returned error 403
error 2025. 2. 7. 14:55

intellij에서 git push 할때 위와 같은 에러 발생터미널에 git remote set-url origin https://github.com/닉네임/깃 레포 경로하면 해결됨.