Spring Boot Devtools

Install

<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-devtools</artifactId>
        <optional>true</optional>
    </dependency>
</dependencies>

Chrome Extention

IntelliJ Devtools Reload

ref

What Else?
inflearn react api server