Home > AI > Backend > SpringBoot > spring-boot-devtools >

intro

Step 1: install the dependency

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-devtools</artifactId>
    <optional>true</optional>
</dependency>
Related posts:
    No posts found.

Leave a Reply