Skip to content

Commit e9a9436

Browse files
committed
Add devtools
1 parent 47a7958 commit e9a9436

File tree

1 file changed

+6
-0
lines changed
  • spring-security-advanced-authentication-ui-demo

1 file changed

+6
-0
lines changed

spring-security-advanced-authentication-ui-demo/pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,12 @@
6363
<groupId>org.springframework.boot</groupId>
6464
<artifactId>spring-boot-starter-oauth2-client</artifactId>
6565
</dependency>
66+
67+
<dependency>
68+
<groupId>org.springframework.boot</groupId>
69+
<artifactId>spring-boot-devtools</artifactId>
70+
<optional>true</optional>
71+
</dependency>
6672
</dependencies>
6773

6874
<build>

0 commit comments

Comments
 (0)