From 09b6449686f023ce2b7d77a7d69ae0fd3a5c99bc Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 12 Apr 2015 13:44:19 +0800 Subject: [PATCH] Update 72.1. Reload static content.md --- IX. ‘How-to’ guides/72.1. Reload static content.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IX. ‘How-to’ guides/72.1. Reload static content.md b/IX. ‘How-to’ guides/72.1. Reload static content.md index e69de29..30bc4e1 100644 --- a/IX. ‘How-to’ guides/72.1. Reload static content.md +++ b/IX. ‘How-to’ guides/72.1. Reload static content.md @@ -0,0 +1,3 @@ +* 72.1. 重新加载静态内容 + +Spring Boot有很多用于热加载的选项。使用IDE开发是一个不错的方式,特别是需要调试的时候(所有的现代IDEs都允许重新加载静态资源,通常也支持对变更的Java类进行热交换)。[Maven和Gradle插件](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#build-tool-plugins)也支持命令行下的静态文件热加载。如果你使用其他高级工具编写css/js,并使用外部的css/js编译器,那你就可以充分利用该功能。