Commit 0aabe384 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #9570 from izeye:polish-20170622

* pr/9570:
  Polish
parents 7a04708c 8ca70a7e
...@@ -161,7 +161,7 @@ public class LiquibaseAutoConfiguration { ...@@ -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. * {@link DataSource} once the database has been migrated.
*/ */
private static final class DataSourceClosingSpringLiquibase extends SpringLiquibase { private static final class DataSourceClosingSpringLiquibase extends SpringLiquibase {
......
...@@ -2519,7 +2519,7 @@ for other Groovy customization options. ...@@ -2519,7 +2519,7 @@ for other Groovy customization options.
[[howto-reload-fast-restart]] [[howto-reload-fast-restart]]
=== Fast application restarts === Fast application restarts
The `spring-boot-devtools` module includes support for automatic 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 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 significantly faster than a "`cold start`". You should probably give it a try before
investigating some of the more complex reload options discussed below. investigating some of the more complex reload options discussed below.
......
...@@ -5144,7 +5144,7 @@ provide good examples of how to write XA wrappers. ...@@ -5144,7 +5144,7 @@ provide good examples of how to write XA wrappers.
[[boot-features-hazelcast]] [[boot-features-hazelcast]]
== 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 that you can inject in your application. The `HazelcastInstance` is only created if a
configuration is found. configuration is found.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment