hiexam
vmware · 2V0-7222 · Q604 · multiple_choice · topic_1

Which dependency enables an automatic restart of the application as code is changed during development of a Spring boot…

Which dependency enables an automatic restart of the application as code is changed during development of a Spring boot configuration on a web application? (Choose the best answer.)
  • A.spring-boot-devtools
  • B.spring-boot-initializr
  • C.spring-boot-starter-devtools
  • D.spring-boot-restart
Explanation
Selected Answer: A <dependencies> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> <optional>true</optional> </dependency> </dependencies> https://docs.spring.io/spring-boot/docs/1.5.16.RELEASE/reference/html/using-boot-devtools.html#using-boot-devtools

Reference: examtopics_top_comment

Practice with progress tracking

Sign in to track wrong answers, get spaced-repetition reminders, and run timed exam mode.