sudo apt-get update
sudo apt-get install -y --no-install-recommends \
build-essential \
libfreetype6-dev \
libpng12-dev \
libzmq3-dev \
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Software Architecture 의사결정 : Java 버전 선정 | |
0. 의사결정 | |
- Java : Java 11 | |
- 선정 사유 | |
[가장 최근의 아키텍처로 안정화된 버전] | |
>> Java 8 은 너무 오래되고 현재 17 버전 출시 | |
>> Java 17은 출시된지 얼마안되어 더 안정화 필요 |