반응형
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 | 31 |
Tags
- 알고리즘공부
- 플러터 공부
- 자료구조공부
- Kafka
- JPA예제
- 코테공부
- 기술면접공부
- querydsl
- nestjs
- 스프링
- 스프링부트
- 플러터 개발
- JPA스터디
- JPA공부
- nestjs공부
- 스프링 공부
- nestjs스터디
- 기술공부
- Flutter
- DDD
- 자바공부
- 코테준비
- JPA
- Axon framework
- 카프카
- JPA 공부
- K8S
- 스프링공부
- 프로그래머스
- 스프링부트공부
Archives
- Today
- Total
목록querydsl 설계 기초 (1)
DevBoi
[QueryDsl] Spring 3.0 이상 Jdk 17 세팅 + 설계
buildscript { ext { queryDslVersion = "5.0.0" } } plugins { id 'java' id 'org.springframework.boot' version '3.2.0-SNAPSHOT' id 'io.spring.dependency-management' version '1.1.2' id "com.ewerk.gradle.plugins.querydsl" version "1.0.10" } group = 'com.boiler.flutterbackend' version = '0.0.1-SNAPSHOT' java { sourceCompatibility = '17' } configurations { compileOnly { extendsFrom annotationProcessor ..
Develop/[JPA]
2023. 8. 14. 17:36