# 2V0-7222 — Question 604

**Type:** multiple_choice
**Topics:** topic_1

## Question

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.)

## Correct Answer

_See scenario._

## 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

---
Source: https://hiexam.net/q/vmware/2V0-7222/604  
Practice (tracked): https://hiexam.net/study/2V0-7222/practice