macOS :3 [DU] Springboot, DBeaver PostgreSQL. 무료로 사용가능한 DBeaver 사용 1. DockerDocker 설치 및 postgres Container 생성, 데이터 추가 - package.jsonnpm run prisma:seednpm run prisma:reset 2. DBeaverDBeaver 설치 및 실행 왼쪽 상단 콘센트 모양 들어가서 PostgreSQL 선택 Database, Port, Username, Password는 프로젝트 폴더 .env.local에 있는대로 설정 노션 DU 멀티 태넌시 페이지 참고하여 테이블, 컬럼 추가 3. Intellij IDEA서버 프로젝트 클론. 노션 DU 멀티 태넌시 페이지 참고하여 application.yml에 로컬 환경 세팅 controller : HTTP 요청을 처리하고, 데.. 2025. 5. 30. 맥북 터미널 세팅 1. oh-my-zsh Oh My Zsh - a delightful & open source framework for ZshOh My Zsh is a delightful, open source, community-driven framework for managing your Zsh configuration. It comes bundled with hundresd of helpful functions, plugins, themes, and a few things that make you shout... OH MY ZSH!ohmyz.shsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" 터.. 2025. 5. 29. [macOS] 개발환경 세팅 개발용 노트북으로 맥북을 받아서 맥북에 개발환경을 세팅 1. Homebrew 설치터미널에서 실행$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" 경로 패스에 등록echo >> /Users/iminsu/.zprofileecho 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/iminsu/.zprofileeval "$(/opt/homebrew/bin/brew shellenv)" 설치 확인brew --version 2. nvm 설치brew install nvm 환경 변수 등록 / zsh 셸 사용 시 (macOS 기본)echo 'expo.. 2025. 5. 10. 이전 1 다음