SnapNote 프로젝트 개발환경 세팅기
·
프로젝트/SnapNote
1. 프로젝트 준비GitHub에 snapnote 저장소 생성README.md 작성 및 업로드 2. Spring Boot 프로젝트 생성Spring Initializr 사용주요 설정Java 17Gradle 프로젝트Dependencies: Spring Web, Spring Data JPA, MySQL Driver, Lombok, Spring Security, Redis 3. 로컬 개발환경 구성IntelliJ 설치 및 프로젝트 Import.gitignore 설정application.yml, /build, .idea, *.iml 등 무시application.yml 파일 작성DB 접속 정보 설정서버 포트 설정 4. 데이터베이스 구축Homebrew로 MySQL 설치MySQL 서버 실행: brew services st..