Skip to content

Commit

Permalink
feat(scaffold): support devtools integration
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Jul 3, 2019
1 parent 88de0b1 commit 89e5e2c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<version>1.0.1</version>
</dependency>
${optionalDependencies}
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit 89e5e2c

Please sign in to comment.