Skip to content

Commit

Permalink
2022.05.14_(devtools적용 후, Automatic Restart, LiveReload 작동 확인완료)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgyokim committed May 13, 2022
1 parent 08c6c42 commit da37060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions hello-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
developmentOnly("org.springframework.boot:spring-boot-devtools")
}

tasks.named('test') {
Expand Down
3 changes: 2 additions & 1 deletion hello-spring/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

spring.devtools.restart.enabled=true
spring.devtools.livereload.enabled=true

0 comments on commit da37060

Please sign in to comment.