Merge pull request #9570 from izeye:polish-20170622

* pr/9570:
  Polish
This commit is contained in:
Stephane Nicoll 2017-06-22 09:29:16 +02:00
commit 0aabe38479
3 changed files with 3 additions and 3 deletions

View File

@ -161,7 +161,7 @@ public class LiquibaseAutoConfiguration {
}
/**
* A custom {@link SpringLiquibase} extension that close the underlying
* A custom {@link SpringLiquibase} extension that closes the underlying
* {@link DataSource} once the database has been migrated.
*/
private static final class DataSourceClosingSpringLiquibase extends SpringLiquibase {

View File

@ -2519,7 +2519,7 @@ for other Groovy customization options.
[[howto-reload-fast-restart]]
=== Fast application restarts
The `spring-boot-devtools` module includes support for automatic application restarts.
Whilst not as fast a technologies such as http://zeroturnaround.com/software/jrebel/[JRebel]
Whilst not as fast as technologies such as http://zeroturnaround.com/software/jrebel/[JRebel]
or https://github.com/spring-projects/spring-loaded[Spring Loaded] it's usually
significantly faster than a "`cold start`". You should probably give it a try before
investigating some of the more complex reload options discussed below.

View File

@ -5144,7 +5144,7 @@ provide good examples of how to write XA wrappers.
[[boot-features-hazelcast]]
== Hazelcast
If hazelcast is on the classpath, Spring Boot will auto-configure an `HazelcastInstance`
If Hazelcast is on the classpath, Spring Boot will auto-configure a `HazelcastInstance`
that you can inject in your application. The `HazelcastInstance` is only created if a
configuration is found.