Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- circuitbreaker
- 객체비교
- django
- API문서화
- Spring
- 2차원배열 정렬
- 주니어개발자
- IOC
- cannot import name
- Java
- Npoem
- n poem
- 토이프로젝트
- DI
- 함수형프로그래밍
- SpringBoot
- resilience4j
- 쿼리셋합치기
- bulk_create
- Not Null constraint failed
- GraphQL
- 운영체제
- 좋은코드란
- 상속모델
- 마이크로서비스패턴
- circular dependency
- bean-validator
- 프로젝트설정
- 컨트리뷰팅
- 일급함수
Archives
- Today
- Total
목록프로젝트설정 (1)
코딩 하는 가든
spring boot + graphql 프로젝트 설정 해보기
N poem 프로젝트 설정 -JDK JDK는 1.8을 사용한다 - Gradle 버전 설정 ./radlew wrapper --gradle-version 4.10.2 그레이들 5.X 버전이 최신인 현재 4.10.2로 다운 그레이드를 하는 이유는 그레이들 5.X 버전과 프로젝트에서 사용 할 자바 라이브러리인 Lombok과의 호환이 잘 이루어지지 않기 때문이다. - dependency 추가 dependencies { implementation('org.springframework.boot:spring-boot-starter-web') // spring boot implementation('org.springframework.boot:spring-boot-starter-data-jpa') //jpa impleme..
프로젝트/N poem
2020. 4. 26. 00:24