genkio / blog

Stay hungry stay foolish
https://slashbit.github.io/blog/
0 stars 1 forks source link

Enable live reload with Spring DevTools in IntelliJ IDEA #94

Open genkio opened 8 years ago

genkio commented 8 years ago

Add the dependency if it does not exist.

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

Enable compiler automake

registry

Enable make project automatically

compile