-
1. VsCode + SpringBoot + GradleProject/React+Java 2022. 7. 21. 15:48
https://github.com/dchkang83/project-board
0. 목표
이미 조각별로 해본거 빠르게 합체하자.
- BackEnd
VsCode + SpringBoot + Spring Security + JWT + JPA + OAuth2 Client (google, facebook, naver, kakao) + rest api + swagger 테스트 케이스는 미리미리 만들어야 한다!
- FrontEnd
yarn, react, react-redux, react-saga, reduxjs/toolit(slice), axios, mui/material, emotion, es6 -> typescript 변환 예정
1. VsCode 설정
https://dchkang83.tistory.com/6
2. 패키지 구성
3. 프로젝트 생성
# Command + Shift + P
4. 실행확인
5. 정상확인
6. jdk 17 이상 사용하라는 에러메세지 뜨면
https://dchkang83.tistory.com/29?category=955549
이거 참조해서 설치하고 settings.json 에 적절히 설정
"java.jdt.ls.java.home": "/opt/homebrew/opt/openjdk@17", "java.import.gradle.java.home": "/opt/homebrew/opt/openjdk@17",
'Project > React+Java' 카테고리의 다른 글
6. Spring Boot + Spring Security + JWT + access token (0) 2022.07.22 5. SpringBoot + Rancher + VsCode Mysql Client (0) 2022.07.22 4. SpringBoot + JPA + H2 database (0) 2022.07.21 3. SpringBoot + Logback 설정 (0) 2022.07.21 2. SpringBoot + Controller TestCase 설정 확인 (0) 2022.07.21