We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137f308 commit fef1aecCopy full SHA for fef1aec
repository/build.gradle.kts
@@ -5,7 +5,7 @@ dependencies {
5
runtimeOnly("com.mysql:mysql-connector-j")
6
7
// JPA
8
- implementation("org.springframework.boot:spring-boot-starter-data-jpa")
+ api("org.springframework.boot:spring-boot-starter-data-jpa")
9
10
// QueryDsl
11
implementation("com.querydsl:querydsl-jpa:5.1.0:jakarta")
@@ -35,4 +35,4 @@ tasks.named("clean") {
35
}
36
tasks.bootJar {
37
enabled = false
38
-}
+}
0 commit comments