Skip to content

Commit f4f0dd0

Browse files
committed
Merge branch 'main' of anyjava.github.com:anyjava/anyjava.github.io
2 parents 6fed790 + eb42770 commit f4f0dd0

2 files changed

Lines changed: 23 additions & 2 deletions

File tree

_wiki/개발환경세팅.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : 개발환경세팅
44
summary : 새 PC 를 받았을때 개발환경 세팅방법 (Java, Spring 개발 기준)
55
date : 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
77
ktags : tools
88
toc : true
99
public : true
@@ -139,6 +139,17 @@ brew install --cask adoptopenjdk8
139139
140140
java -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` 을 사용할경우 아래 내용 추가

_wiki/조직관리.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout : wiki
33
title : 조직관리
44
summary : 조직관리에 유용한 정보 정리
55
date : 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
77
tags : manager
88
toc : true
99
public : 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)

0 commit comments

Comments
 (0)