Skip to content

Commit 13b9c13

Browse files
committed
h2 console
1 parent 4b37bb4 commit 13b9c13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ repositories {
2222
dependencies {
2323
implementation 'org.springframework.boot:spring-boot-starter-web'
2424
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
25+
implementation 'org.springframework.boot:spring-boot-devtools'
2526
runtimeOnly 'com.h2database:h2'
2627
compileOnly 'org.projectlombok:lombok'
2728
annotationProcessor 'org.projectlombok:lombok'

0 commit comments

Comments
 (0)