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

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