2023-07-27

2023. 7. 27. 21:54[WEB]/[React-Spring] TeamHs

프로젝트 개발 환경 세팅

1. Intelij

https://www.jetbrains.com/ko-kr/idea/download/?section=windows 

 

최고의 Java 및 Kotlin IDE인 IntelliJ IDEA를 다운로드하세요

 

www.jetbrains.com

 

설치 후 프로젝트를 불러오고, JDK 버전을 맞춰준다.

(Intelij 내에서 JDK 다운로드가 가능하다.)

 

 

2. MySQL 8.0.24

https://dev.mysql.com/downloads/installer/

MySQL Database 생성

- 생성 도중 비밀번호를 잊어버려서 비밀번호 초기화 진행

 

비밀번호 초기화 참고자료

https://heestory0324.tistory.com/7

 

[MySQL] MySQL 8.0 비밀번호 분실 시 해결 방법(in Windows)

mysql 에서 비밀번호를 분실했을 때 구글링을 하면 "mysql 서비스를 종료 후, cmd에서 mysqld --skip-grant 를 실행하고, 새 cmd 창을 열어 mysql -u root 을 실행하세요' 이런 답변이 가장 많이 나온다... 하지만

heestory0324.tistory.com

 

3. DBeaver

https://dbeaver.io/

 

DBeaver Community | Free Universal Database Tool

DBeaver Universal Database Tool DBeaver Community is a free cross-platform database tool for developers, database administrators, analysts, and everyone working with data. It supports all popular SQL databases like MySQL, MariaDB, PostgreSQL, SQLite, Apach

dbeaver.io

 

4. GitHub

 

 

5. ERDCloud

https://www.erdcloud.com/

 

ERDCloud

Draw ERD with your team members. All states are shared in real time. And it's FREE. Database modeling tool.

www.erdcloud.com

 

 

 

반응형

'[WEB] > [React-Spring] TeamHs' 카테고리의 다른 글

페이지 이동 Route  (0) 2023.08.15
2023-08-15  (0) 2023.08.15
2023-08-02  (0) 2023.08.02
2023-07-31~2023-08-01  (0) 2023.08.01
2023-07-26 토이 프로젝트 시작  (0) 2023.07.26