Skip to content

goodGid/Spring-Boot-2.4.4-Multi-Module-QueryDSL-Template

Repository files navigation

Spring-Multi-Module-QueryDSL-Template

Goal

  • Compose a Multi Module Structure project with QueryDSL

Spec

  • Java 11
  • Spring Boot 2.4.4
  • MySQL
  • JPA & QueryDSL
  • Gradle 6.8.3

Structure

  • Parent

    • module-common : Repository, Property, Constant
  • Child

    • module-api : Controller, Service

build.gradle in Root

project(':module-api') {
    dependencies {
        compile project(':module-common')
    }
} 

Setup

  • Need to add DB config in module-common to /config/custom/db.yml

image

Implement

  • QueryDSL Setting Commit : 641b270

Reference

About

Spring Boot 2.4.4 & Multi Module & QueryDSL & MySQL

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages