jintaeyeong / My-Develop-Project

for software development
1 stars 0 forks source link

개발 환경 설정 #11

Closed jintaeyeong closed 3 weeks ago

jintaeyeong commented 1 month ago

Flutter + Spring Boot(kotlin) + MySql 기술 스택으로 결정

자바 21 버전 설치

Flutter는 이미 안드로이드 스튜디오를 설치하여 환경 설정 완료 되어있으며, Spring Boot와 MySql에 대한 기능과 프로그램은 설치필요함

jintaeyeong commented 1 month ago

안드로이드 스튜디오 version ) Android Studio Koala | 2024.1.1 Patch 1

Flutter version ) Flutter 3.22.3 • channel stable • https://github.com/flutter/flutter.git Framework • revision b0850beeb2 (4 weeks ago) • 2024-07-16 21:43:41 -0700 Engine • revision 235db911ba Tools • Dart 3.4.4 • DevTools 2.34.3

jintaeyeong commented 4 weeks ago

Spring Boot에 대한 간단한 이론, 지식 공부 후 환경 설정

Spring Boot 환경 설정

  1. JDK 설치 jdk 설치 url OpenJDK21U-jdk_x64_windows_hotspot_21.0.4_7 image

  2. IDE 설치 IntelliJ IDEA , Community 버전 설치 IntelliJ url

jintaeyeong commented 3 weeks ago

IntelliJ Ultimate 버전을 설치하여 community 버전으로 다시 설치 Community 다운로드 URL

jintaeyeong commented 3 weeks ago

Spring Boot Initalizr 프로젝트 생성

spring boot 프로젝트 생성 참고 url

spring initializer은 스프링 부트 세팅을 간편하게 만들어준다..

  1. https://start.spring.io/ 설정 image

  2. zip 파일 다운로드 후 압축 해제

  3. 인텔리제이 ide로 폴더 실행

  4. SDK 설정이 안되어있어서 Kotlin SDK로 설정

image

  1. 서버 실행 image
jintaeyeong commented 3 weeks ago

MySQL 설치

image

mysql 버전 8.0.34로 설치

image

jintaeyeong commented 3 weeks ago

참고 사이트

포트 3306 기본으로 설정 image

image MySQL root 계정 비밀번호 설정

image 모든 권한 위임

image 비밀번호 입력하여 서버 연결 확인

image 설치 완료

jintaeyeong commented 3 weeks ago

image

설치 후 MySQL workbench 실행됨

비밀번호 입력 image

jisu-virnect commented 3 weeks ago

👍