We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c942fc commit bc4f342Copy full SHA for bc4f342
pom.xml
@@ -82,6 +82,13 @@
82
<version>2.4.0</version>
83
</dependency>
84
85
+ <!-- hot swapping, enable live reload -->
86
+ <!-- It would be automatically disabled in production environments -->
87
+ <dependency>
88
+ <groupId>org.springframework.boot</groupId>
89
+ <artifactId>spring-boot-devtools</artifactId>
90
+ <optional>true</optional>
91
+ </dependency>
92
</dependencies>
93
94
<build>
@@ -91,11 +98,8 @@
98
<artifactId>spring-boot-maven-plugin</artifactId>
99
</plugin>
100
</plugins>
-
95
96
101
</build>
97
102
103
<repositories>
104
<repository>
105
<id>spring-snapshots</id>
@@ -118,6 +122,4 @@
118
122
</pluginRepository>
119
123
</pluginRepositories>
120
124
121
125
</project>
0 commit comments