Skip to content

team-devOops/kotlin-jpa-querydsl-sample

Repository files navigation

Kotlin JPA QueryDSL

Kotlin과 Spring Boot를 사용한 JPA + QueryDSL 샘플 프로젝트입니다.

기술 스택

  • Language: Kotlin 2.2.21
  • Framework: Spring Boot 3.5.7
  • Database: H2 (개발), MySQL (운영)
  • ORM: JPA/Hibernate
  • Query Builder: QueryDSL 7.1 (OpenFeign)
  • Code Generation: KSP (Kotlin Symbol Processing)
  • Build Tool: Gradle
  • Java Version: 23

주요 특징

  • KSP를 통한 컴파일 타임 Q-클래스 생성
  • Spring Data JPA와 QueryDSL의 조합

About

Kotlin-jpa-querydsl-sample 프로젝트

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages