전체 글 (17) 썸네일형 리스트형 (unresolve) Intellij error - spring application.properties multi doc support Spring Boot 2.4 부터 application.yaml 을 처럼 application.properties 의 multi doc (multi profile) 을 지원한다. 현재 사용하는 Intellij v2020.2.4 에서는 multi doc 으로 작성하는 경우 Duplicate property key 오류가 발생한다. 확인 조건 Spring Boot v.2.6.0, v2.5.7 Intellij v2020.2.4 Intellij Issue Status - submitted https://youtrack.jetbrains.com/issue/IDEA-255353 Workspace Cleanup plugin - deferred wipeout Deferred wipeout : 빌드 시 workspace 삭제 작업이 비동기적으로 동작한다. rename workspace directory to a temporary directory name, then start a background task for deleting that temporary directory. 필요조건 : 용량이 큰 workspace 는 삭제 작업이 오래 걸려 빌드 시간을 지연 시킨다. 추가 : 동일한 Job 에서 병렬로 멀티 빌드가 수행되는 경우 Jenkins 가 자동으로 workspace 이름에 숫자를 할당하기 때문에 deferred wipeout 의 간섭으로 인한 문제는 발생하지 않는다. 클라우드 환경에서 빌드 노드를 주문형으로 생성하고 삭제하는 경우에 deferred w.. Jenkins environment variables Jenkins 환경 변수 List environment variables Using env-vars.html ${JENKINS_HOST}/env-vars.html Using shell command pipeline { agent any stages { stage("Env Variables") { steps { sh "printenv" | sort } } } } Reading environment variables pipeline { agent any stages { stage("Env Variables") { steps { echo "The build number is ${env.BUILD_NUMBER}" echo "You can also use \${BUILD_NUMBER} -> ${BUILD_NUMB.. Windows 10 탐색기 상세 검색 Windows 10 탐색기에서 상세 검색 방법 1. 탐색기에서 최초 검색을 수행한다. 탐색기의 '검색 도구'가 활성화 된다. 2. '검색 도구'의 종류, 크기, 기타 속성에서 상세 검색 조건을 설정한다. 이름:~"\*-bat" 유형:="파일 폴더" 폴더경로:="C:\\workspace" Tip '검색 저장' 을 사용하면 검색 조건을 저장하여 바로가기 처럼 사용할 수 있다. VS Code workspace 폴더 추가 창에서 '저장된 검색 조건'을 선택하면 한번에 등록된다. Visual Studio Code 사용 정리 Visual Studio Code Extension 유용한 Extension Auto Comment Bloacks: 블락 주석 처리의 줄바꿈 시 자동으로 * 생성 Bookmarks Bracket Pair Colorizer 2 change-case Code Runner Integrated Terminal 에서 실행하기 위해 "code-runner.runInTerminal": true 를 추가 Comment Anchors: 주석 관리 (TODO Highlight, Todo Tree, Better Comments 중 사용 패턴에 맞음) GitLens Groovy Lint, Format and Fix Jenkins Jack Jenkins Linter Markdown All in One Prettier Remot.. Chocolatey Chocolatey 자주 사용하는 명령어 choco search choco list -li : 설치 된 목록 조회 iTerm2 iTerm2 자주 쓰는 단측키 command + n : 새 창 command + w : 탭 닫기 command + t : 새 탭 command + 번호 : 탭 이동 command + d : Create a new pane, splitting horizontally command + d : Create a new pane, splitting vertically command + / : find pocus command + [,] : move pocus command + shift + e : 작업 시간 보기 reference https://iterm2.com/documentation-one-page.html Windows Terminal Windows Terminal 자주 쓰는 단축키 ctrl + shift + space : 메뉴 열기 ctrl + shift + w : 텝 닫기 ctrl + shift + t : 새탭 열기 ctrl + tab, ctrl + shift + tab : 탭 이동 ctrl + shift + d : 탭 복사 (위치 초기화) alt + shift + - : Create a new pane, splitting horizontally alt + shift + = : Create a new pane, splitting vertically alt + left / right / up / down : Move pane focus alt + shift + left / right / up / down : Resize the foc.. 이전 1 2 3 다음