소개
29살에 개발을 시작한 늦깎이 개발자
31살부터 6년간 PHP개발자로 살다가
2024년인 올해부터 Java&Spring으로 전향했습니다.
로드맵
전체 1게시글
질문&답변
2024.05.03
WEBAPP_VAR을 적용해도, go-web-application-windows.exe에서 출력되지 않음
확인 결과,GitBash에서 WATCH가 안되서, WSL을 이용했었는데 WSL에서 적용이 되지 않았습니다. GitBash로 적용하니 정상적으로 적용되었습니다.export WEBAPP_VAR=bailey export | grep WEBAPP_VAR declare -x WEBAPP_VAR="bailey" ./go-web-application-windows.exe 2024/05/03 00:48:28 This is GO-WEB-APPLICATION 2024/05/03 00:48:29 INFO: Application is initializing... 2024/05/03 00:48:29 INFO: Configuration files are being read... 2024/05/03 00:48:29 WARN: Debug mode is enabled. 2024/05/03 00:48:29 DEBUG: Verbose logging is activated for debugging. 2024/05/03 00:48:29 WARN: Example warning message. 2024/05/03 00:48:29 WARN: Another warning, maybe related to configuration. 2024/05/03 00:48:29 INFO: Starting server on port 8080... 2024/05/03 00:48:29 INFO: Server is ready to receive requests. 2024/05/03 00:48:29 INFO: Listening for connections... 2024/05/03 00:48:29 INFO: Health checks are running. 2024/05/03 00:48:29 INFO: WEBAPP_VAR 환경변수는 bailey 입니다. 2024/05/03 00:48:29 Starting server on :8080 2024/05/03 00:48:29 INFO: WEBAPP_VAR 환경변수는 bailey 입니다.성공(사진)
- 2
- 1
- 228
질문&답변
2024.05.03
Part 6 watch 질문
포기하고 WSL로 하는 중입니다 '-'
- 0
- 3
- 510
질문&답변
2024.05.01
dev container 종료
저도 컨테이너 종료 시켜도 VSCode만 켜면 계속 다시 설치되어 고생하다가 겨우 종료하는 법을 찾았습니다.Ctrl(CMD) + P 하셔서 검색창에> Close Remote Connection라고 치시고 클릭하시면 나가집니다.
- 2
- 2
- 306
질문&답변
2024.04.27
git clone https://github.com/daintree-henry/leafy.gif가 not found로 뜹니다.
내용을 마저 들어보니 디렉토리만 다운받길래, .gif를 삭제하고 다음과 같이 다운로드 받았습니다.$ git clone https://github.com/daintree-henry/leafy Cloning into 'leafy'... remote: Enumerating objects: 347, done. remote: Counting objects: 100% (81/81), done. remote: Compressing objects: 100% (35/35), done. remote: Total 347 (delta 65), reused 46 (delta 46), pack-reused 266 Receiving objects: 100% (347/347), 232.19 KiB | 9.29 MiB/s, done. Resolving deltas: 100% (132/132), done. 이후 문제가 될지 확인만 부탁 드립니다.
- 1
- 2
- 318