Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0aabe384
Commit
0aabe384
authored
Jun 22, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9570 from izeye:polish-20170622
* pr/9570: Polish
parents
7a04708c
8ca70a7e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
LiquibaseAutoConfiguration.java
...t/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
+1
-1
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+1
-1
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
View file @
0aabe384
...
@@ -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 close
s
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
{
...
...
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
0aabe384
...
@@ -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 a
s
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.
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
0aabe384
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment