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 |
Tags
- circuitbreaker
- 2차원배열 정렬
- DI
- bean-validator
- bulk_create
- 주니어개발자
- n poem
- 상속모델
- 프로젝트설정
- SpringBoot
- 객체비교
- 좋은코드란
- 토이프로젝트
- GraphQL
- resilience4j
- 일급함수
- IOC
- 함수형프로그래밍
- circular dependency
- 쿼리셋합치기
- 마이크로서비스패턴
- Java
- Spring
- 컨트리뷰팅
- cannot import name
- Not Null constraint failed
- django
- Npoem
- 운영체제
- API문서화
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