Merge branch '1.5.x'

This commit is contained in:
Andy Wilkinson
2017-08-03 21:23:20 +01:00
6 changed files with 8 additions and 8 deletions

View File

@@ -444,7 +444,7 @@ then use the https://cloud.google.com/sdk/downloads[Google Cloud SDK] to push yo
Spring Boot app into that slot from the command line or CI build.
App Engine needs you to create an `app.yaml` file to describe the resources your app
requires. Normally you put this in `src/min/appengine`, and it looks something like this:
requires. Normally you put this in `src/main/appengine`, and it looks something like this:
[source,yaml,indent=0]
----

View File

@@ -804,7 +804,7 @@ rewriting classes as they are loaded to make them more amenable to reloading.
==== Excluding resources
Certain resources don't necessarily need to trigger a restart when they are changed. For
example, Thymeleaf templates can just be edited in-place. By default changing resources
in `/META-INF/maven`, `/META-INF/resources` ,`/resources` ,`/static` ,`/public` or
in `/META-INF/maven`, `/META-INF/resources`, `/resources`, `/static`, `/public` or
`/templates` will not trigger a restart but will trigger a
<<using-boot-devtools-livereload, live reload>>. If you want to customize these exclusions
you can use the `spring.devtools.restart.exclude` property. For example, to exclude only