개발/개발환경 설정
[개발환경] Mac 에서 jdk 설치하기
* 맥북 구매기념 개발환경 설정에 대한 포스팅을 작성합니다. Homebrew란? Homebrew는 Mac용 패키지 매니징 어플리케이션임. 터미널에서 커맨드 입력하여 개발환경 설정하고 패키지 관리를 위하여 설치 함. 사실상 Mac에서의 패키지 관리의 필수적인 역할을 담당함. https://brew.sh/ 1. Homebrew 설치 Mac의 터미널 실행 후 Homebrew install command 입력 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 패스워드 입력후 설치 완료 이후 Homebrew 버전 확인 brew --version * 오류 발생시 Homebrew Path 설정 e..
[개발환경]STS4에서 Tomcat 서버 설치
* Tomcat 설치해봅시다. 1. 해당주소에서 톰캣 버전을 선택후 다운로드 - tomcat.apache.org/whichversion.html Apache Tomcat® - Which Version Do I Want? Apache Tomcat® is an open source software implementation of a subset of the Jakarta EE (formally Java EE) technologies. Different versions of Apache Tomcat are available for different versions of the specifications. The mapping between the specifications tomcat.apache.org - ..
[개발환경] DBeaver
* Beaver 설치해봅시다. 사용하기 편하고 인텔리도 강력해요 추천드려요 해당 포스팅에선 MariaDB 연결 기준으로 말씀드리지만 다른 DB 셋업도 다 비슷합니다. 1. 해당 주소로 접속하여 프로그램 다운로드 dbeaver.io/download/ Download | DBeaver Community Download Tested and verified for MS Windows, Linux and Mac OS X. Install: Windows installer – run installer executable. It will automatically upgrade version (if needed). MacOS DMG – just run it and drag-n-drop DBeaver into Applic..
[개발환경] MariaDB 설치
* Maria DB를 설치해보자. 1. 해당링크에서 다운로드 mariadb.com/downloads/ Download MariaDB Products & Tools | MariaDB Download the latest versions of MariaDB Platform, MariaDB Community Server, Cloud Database (SkySQL), ColumnStore and MaxScale. mariadb.com - 본인의 운영체제에 맞는 버전으로 설치 2. 인스톨러 설치. 1) Modify password for database user 'root' root 계정에 대한 패스워드를 설정함 2) Enable access from remote machines for 'root' user 외부에..
[개발환경] Spring Tool
* Spring Tools Suite 4를 설치해보자. 1. 해당 링크에 접속 spring.io/tools Spring Tools 4 is the next generation of Spring tooling Largely rebuilt from scratch, Spring Tools 4 provides world-class support for developing Spring-based enterprise applications, whether you prefer Eclipse, Visual Studio Code, or Theia IDE. spring.io 2. 운영체제에 맞는 버전 설치 3. 다운로드된 *.jar 파일 풀기 - jar파일을 실행하려면 jre 혹은 jdk 설치가 되어있어야 함. 4. Sp..
[개발환경]OPEN JDK
* Open JDK 설치해봅시다. * Open JDK란? - 오라클 jdk와 큰 차이점은 없지만 완전 무료인 JDK입니다. * 세부내용 - ko.wikipedia.org/wiki/OpenJDK OpenJDK - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. OpenJDK(Open Java Development Kit)는 자바 플랫폼, 스탠더드 에디션 (자바 SE)의 자유-오픈 소스 구현체이다.[1] 이것은 썬 마이크로시스템즈가 2006년에 시작한 노력의 산 ko.wikipedia.org https://github.com/ojdkbuild/ojdkbuild ojdkbuild/ojdkbuild Community builds using source code from OpenJDK proje..