목록Spring Boot (2)
develope_kkyu
이전글 https://developerkkyu37.tistory.com/83 [Spring] Spring 프로젝트와 MongoDB altas를 연동한 회원가입, 로그인 페이지 예제 - 1 스프링 프로젝트 생성하는 방법은 생략한다. 1. MongoDB Atlas 설정 https://www.mongodb.com/atlas/database MongoDB Atlas Database | Multi-Cloud Database Service The multi-cloud database service at the heart of our developer data platform th developerkkyu37.tistory.com 2. Spring project mongoDB연동 (1) build.gradle 설정 ..
1. 자바 설치 (1) JDK 다운로드 https://www.oracle.com/kr/java/technologies/downloads/#java17 Download the Latest Java LTS Free Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts. www.oracle.com JDK 경로를 잘 알아두자! (2) 환경변수 설정 [검색] 창에서 "고급 시스템 설정"을 검색하여 [고급 시스템 설정 보기]로 이동 환경변수 클릭 시스템 변수의 [새로 만들기(W)...]를 클릭 후 변수 이름 : JAVA_HOME 변수 값 : JDK 설치 경로 를 입..