본문 바로가기

전체 글

(175)
[AWS] 프론티어 가입 AWS 프론티어 가입 - 해외결제가 가능한 신용카드만 있으면 쉽게 가입이 가능하다. 중요한 것은 1년동안 무료혜택이 가능하나 요금이 부과되지 않게 안내페이지를 확인해 봐야한다. - https://repost.aws/ko/knowledge-center/free-tier-charges AWS 프리 티어 사용 시 요금 청구 방지 AWS 서비스를 테스트하기 위해 AWS 프리 티어를 사용하고 있는데, 사용하는 모든 리소스가 AWS 프리 티어에 포함되는지 확인하고 싶습니다. repost.aws
[STS] mybatis config 파일 밸리데이션 제외방법 mybatis 를 이용하여 프로젝트 수행시 mybatis 설정파일 관련해서 Problems View 또는 Maker View에서 XML Element type 에러가 계속 발생하여 신경이 쓰인다. (mybatis 작동은 문제없이 잘된다.) Window > Preferences > XML (Wild Web Developer) > Validation & Resoulution > Enable validation 체크해제
[SpringBoot] No command found for '--spring.output.ansi.enabled=always' 에러메세지 표시 후 구동실패 org.springframework.shell.CommandNotFound: No command found for '--spring.output.ansi.enabled=always' 메세지 표시 후 SpringBoot Application 구동실패 [2024-01-18T10:31:11.133+09:00 WARN --- [ restartedMain] org.jline : Unable to create a system terminal, creating a dumb terminal (enable debug logging for more information) [2024-01-18T10:31:11.367+09:00 INFO --- [ restartedMain] o.s.b.a.e.web.EndpointLinksR..
[Swing] 윈도우 탐색기 또는 커맨드(cmd.exe) 실행하는 방법 JAVA/Swing 환경에서 윈도우 탐색기 또는 커맨드창을 실행하면 유용할 것 같아 devcode-stuio JavaProperties 내용을 조회하는 기능에 적용하였다. devcode-studio - https://github.com/wyleedp/devcode/tree/develop/devcode-studio 윈도우 파일탐색기 명령어 # C:\Windows\explorer.exe /e/root/select, C:\Windows\explorer.exe /e/root/select,c:\Windows 윈도우 커맨드창 실행 명령어 # C:\Windows\system32\cmd.exe /C start "" /D "" C:\Windows\system32\cmd.exe /C start "C:\Users\wylee..
[maven] package 수행시 Fatal error compiling 에러발생 파이어볼(https://github.com/joosing/fireball)이라는 오픈소스를 실행하려고 하다 mvn clean package 시 에러발생 [INFO] Compiling 98 source files to C:\Users\wylee\GitHub-SourceTest\fireball\target\classes [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2.027 s [INFO] Finis..
[Swing] 어플리케이션 에러발생 후 cversions.2.db 파일생성이슈 캐쉬파일이 C:\ProgramData\Microsoft\Windows\Caches 에 생성이 되어야 하는데 알 수 없는 이유로 현재 폴더에 %SystemDrive% 폴더명으로 생성 후 캐쉬파일이 생성된 것으로 보인다. 윈도우 커맨드 창에서 set 명령어로 확인해 보면 SystemDrive는 C: 로 설정되어 있다. 해결방법 %SystemDrive% 폴더를 삭제하면 해결된다. (아주 쉽다.)
안드로이드 스튜디오 설치시 Intel® HAXM installation failed 발생 안드로이드 스튜디오 설치시 Intel® HAXM installation failed 발생 환경정보 윈도우10 안드로이드 스튜디오 2022.3.1 Patch 3 Parsing C:\Users\wylee\AppData\Local\Android\Sdk\sources\android-34\package.xml Parsing C:\Users\wylee\AppData\Local\Android\Sdk\system-images\android-34\google_apis\x86_64\package.xml Android SDK is up to date. Running Intel® HAXM installer Intel HAXM installation failed! For more details, please check the ..
Apache POI를 이용한 워드파일(.docx) 생성방법 실제 프로젝트를 진행하다 보면 MS워드파일을 생성해야 하는 경우가 발생한다. 이때 사용하는 라이브러리가 Apache POI 이며 2023년 11월 7일 기준으로 최신버전은 5.2.4 버전이다. Apache POI - https://poi.apache.org/
[gradle] build 시 java home 지정하는 방법 github에서 spring boot 3.x 관련하여 공부하던중 로컬에서 gralde build 수행시 어플리케이션이 jdk 17로 구성되어 있어 빌드시 에러발생.!! 현재 JAVA_HOME 설정이 jdk11로 지정되어 있어 발생되는 문제로 추정된다. C:\Users\wylee\test\springboot-developer\chapter11>gradle clean build FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'spring-boot-developer'. > Could not resolve all files for configuration ':classpat..
[개발노트] 2023.08.11(금) 1. 네이버 클라우드 플랫폼 - 리눅스 환경에서 꼭 알아두면 좋을 4가지 꿀팁 개인적으로 ssh로 다른 서버 접속시 alias 설정을 이용하는 방법이 유용했다. bash 명령어의 -i, -c 옵션을 공부하자. 2. 네이버 클라우드 플랫폼 - gRPC 깊게 파고들기#1, gRPC 깊게 파고들기#2 gRPC에 대해서 상세하게 설명되어 있어 아주 좋다. 이기종간에 데이터 연계를 대부분 웹서비스, REST를 이용하나 gRPC를 경험하는 것도 좋을듯하다. 3. curl 명령어를 이용한 post 방식의 파일전송 방법 https://gist.github.com/subfuzion/08c5d85437d5d4f00e58 https://findstar.pe.kr/2018/05/13/upload-file-on-curl/ 리눅..