추가) 진행하다가 frontend 디렉토리가 push 되지 않고 별도 .git 폴더를 갖고 있어서 다음 링크를 참고함 https://zzang9ha.tistory.com/346 1) .git 삭제 2) 스테이지 파일 제거 3) add, commit, push 1. github repository 생성 2. git bash 실행 3. git 버전 업데이트 4. default branch를 main으로 변경 5. 프로젝트 경로에서 git init 로컬 저장소 생성 6. git status 파일들의 로컬저장소 add 상태확인 7. git add 로컬 저장소로 add 8. git commit -m "[commit 메시지]" 9. git remote add origin [repository 주소] 10. git ..
1. node.js 설치 설치 : https://nodejs.org/en/ 버전 : 16.13.0 LTS 2. VSCode 설치 3. VSCode 실행 및 터미널 열기 View > Terminal 4. 다음 경로에서 npx create-react-app frontend 실행 D:\workspace\nutrient\src\main> npx create-react-app frontend 5. 새로 만든 프로젝트 열기 File > Open Folder > frontend 경로 선택 6. 터미널을 열어 npm start 실행 D:\workspace\nutrient\src\main\frontend> npm start -> http://localhost:3000/ 페이지가 열림 7. npm install 실행 D:..
0. 프로젝트 구조 1. build.gradle 1) buildscript //querydsl 추가 buildscript { dependencies { classpath("gradle.plugin.com.ewerk.gradle.plugins:querydsl-plugin:1.0.10") } } 2) apply //querydsl 추가 apply plugin: "com.ewerk.gradle.plugins.querydsl" 3) dependencies //querydsl 추가 implementation 'com.querydsl:querydsl-jpa' implementation 'com.querydsl:querydsl-apt' //querydsl 추가 끝 4) Querydsl build 관련 추가 설정 //..
0. 프로젝트 구조 1. SupplementsRepository.java 인터페이스로 변경 package mandykr.nutrient.repository; import mandykr.nutrient.entity.Supplements; import org.springframework.data.jpa.repository.JpaRepository; public interface SupplementsRepository extends JpaRepository { } 2. 테스트 코드 수정 package mandykr.nutrient; import mandykr.nutrient.entity.Supplements; import mandykr.nutrient.repository.SupplementsRepository..
- Total
- Today
- Yesterday
- 학습 테스트
- JPA
- H2
- 계층형 아키텍처
- mockito
- 육각형 아키텍처
- TDD
- 도메인 모델링
- 이벤트 스토밍
- HTTP 헤더
- Spring Boot
- MySQL
- Spring Data JPA
- http
- 클린코드
- Stream
- named query
- 스프링 카프카 컨슈머
- 트랜잭셔널 아웃박스 패턴
- Git
- 스프링 예외 추상화
- 마이크로서비스 패턴
- spring rest docs
- kafka
- Ubiquitous Language
- clean code
- ATDD
- java8
- Spring
- 폴링 발행기 패턴
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |