File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout : wiki
33title : 개발환경세팅
44summary : 새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)
55date : 2018-08-15 19:41:36 +0900
6- updated : 2021-09-30 01:49:33 +0900
6+ updated : 2021-10-10 17:33:23 +0900
77ktags : tools
88toc : true
99public : true
@@ -139,6 +139,17 @@ brew install --cask adoptopenjdk8
139139
140140java -version
141141
142+ ```
143+
144+ * openjdk 17 설치
145+
146+ ```
147+ brew install openjdk
148+
149+ # 설치경로: /opt/homebrew/opt/openjdk/libexec/openjdk.jdk/Contents/Home/bin/java
150+
151+ /opt/homebrew/opt/openjdk/libexec/openjdk.jdk/Contents/Home/bin/java --version
152+
142153```
143154
144155
@@ -148,6 +159,9 @@ java -version
148159 java 를 설치된 경로 상관없이 추가 할 수 있음.
149160 jenv add $(/usr/libexec/java_home -v1.8)
150161 jenv add $(/usr/libexec/java_home -v1.11)
162+
163+ ## 17 version
164+ jenv add /opt/homebrew/opt/openjdk/libexec/openjdk.jdk/Contents/Home
151165```
152166
153167` zsh ` 을 사용할경우 아래 내용 추가
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ layout : wiki
33title : 조직관리
44summary : 조직관리에 유용한 정보 정리
55date : 2020-09-07 10:46:16 +0900
6- updated : 2021-12-07 14:27:42 +0900
6+ updated : 2021-12-07 14:28:28 +0900
77tags : manager
88toc : true
99public : true
@@ -19,6 +19,13 @@ latex : false
1919* 조직 구성원의 기대하는 점에 대해서 피드백 필요
2020
2121
22+ ## 조직구조 관련
23+
24+ * [ Spotify의 Squad 팀 모델은 실패였다] ( https://news.hada.io/topic?id=2191 )
25+ * [ BaseCamp - Shape Up] ( https://basecamp.com/shapeup/shape-up.pdf )
26+ * [ basecamp 의 개발 프로세스 - Shape Up 요약정리] ( https://skysoul.tistory.com/62 )
27+
28+
2229## 참고링크
2330* [ 개발자 채용 가이드 북] ( https://github.com/innovationacademy-kr/tech-hr )
2431* [ 리더에게 필요한 심리적 안정감] ( https://brunch.co.kr/@younghakjang/40 )
You can’t perform that action at this time.
0 commit comments