We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b37bb4 commit 13b9c13Copy full SHA for 13b9c13
build.gradle
@@ -22,6 +22,7 @@ repositories {
22
dependencies {
23
implementation 'org.springframework.boot:spring-boot-starter-web'
24
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
25
+ implementation 'org.springframework.boot:spring-boot-devtools'
26
runtimeOnly 'com.h2database:h2'
27
compileOnly 'org.projectlombok:lombok'
28
annotationProcessor 'org.projectlombok:lombok'
0 commit comments