Browse Source

fix: api-common에서 jpa annotation 못읽어오는 현상

develop
지대한 7 months ago
parent
commit
e28b1b01ea
  1. 3
      web/api-common/build.gradle

3
web/api-common/build.gradle

@ -1,7 +1,8 @@
dependencies { dependencies {
implementation("$boot:spring-boot-starter-web") implementation "$boot:spring-boot-starter-web"
implementation "$boot:spring-boot-starter-data-jpa"
// for paging // for paging
// implementation("org.springframework.data:spring-data-commons") // implementation("org.springframework.data:spring-data-commons")

Loading…
Cancel
Save