Commit 40d6cacab0c29bb8921ea09d0ac31aecdd94f5a7
1 parent
268615d2
注释掉 spring-boot-devtools
该配置会导致浏览器静态资源缓存失效
Showing
1 changed file
with
2 additions
and
2 deletions
pom.xml
| @@ -220,11 +220,11 @@ | @@ -220,11 +220,11 @@ | ||
| 220 | <version>1.1</version> | 220 | <version>1.1</version> |
| 221 | </dependency> | 221 | </dependency> |
| 222 | 222 | ||
| 223 | - <dependency> | 223 | +<!-- <dependency> |
| 224 | <groupId>org.springframework.boot</groupId> | 224 | <groupId>org.springframework.boot</groupId> |
| 225 | <artifactId>spring-boot-devtools</artifactId> | 225 | <artifactId>spring-boot-devtools</artifactId> |
| 226 | <optional>true</optional> | 226 | <optional>true</optional> |
| 227 | - </dependency> | 227 | + </dependency>--> |
| 228 | </dependencies> | 228 | </dependencies> |
| 229 | 229 | ||
| 230 | <dependencyManagement> | 230 | <dependencyManagement> |