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
- Thymeleaf
- springdatajpa
- 알고리즘
- QueryDSL
- Spring Boot
- 자바
- transaction
- http
- 스프링 핵심 기능
- 스프링 핵심 원리
- AOP
- 인프런
- Android
- 스프링
- Greedy
- 그리디
- Servlet
- JDBC
- 김영한
- Proxy
- SpringBoot
- Exception
- kotlin
- JPQL
- pointcut
- 백준
- java
- jpa
- spring
- db
Archives
- Today
- Total
목록querydsl 소개 (1)
개발자되기 프로젝트
QueryDSL소개
Querydsl - Unified Queries for JavaUnified Queries for Java. Querydsl is compact, safe and easy to learn. querydsl.com -->1. QeryDSL?JPQL을 자바 코드로 작성하게 도와줌. 2. build.gradle QueryDsl을 사용하려면 Q파일이 필요 라이브러리 추가. //querydsl 추가 implementation 'com.querydsl:querydsl-jpa' //querydsl 추가 implementation 'com.querydsl:querydsl-apt'plugin 추가.apply plugin: 'io.spring.depe..
인프런/[인프런] Springboot와 JPA활용 2
2021. 8. 26. 22:56