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
beb72ca8
Commit
beb72ca8
authored
Jun 22, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
0d3a79aa
b037d7a4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
LiquibaseAutoConfiguration.java
...t/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
+1
-1
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+2
-2
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
+2
-2
No files found.
spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/liquibase/LiquibaseAutoConfiguration.java
View file @
beb72ca8
...
@@ -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/appendix-application-properties.adoc
View file @
beb72ca8
...
@@ -140,8 +140,8 @@ content into your application; rather pick only the properties that you need.
...
@@ -140,8 +140,8 @@ content into your application; rather pick only the properties that you need.
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
# SENDGRID ({sc-spring-boot-autoconfigure}/sendgrid/SendGridAutoConfiguration.{sc-ext}[SendGridAutoConfiguration])
spring.sendgrid.api-key= # SendGrid api key (alternative to username/password)
spring.sendgrid.api-key= # SendGrid api key (alternative to username/password)
spring.sendgrid.proxy.host= # SendGrid proxy host
spring.sendgrid.proxy.host= # SendGrid proxy host
.
spring.sendgrid.proxy.port= # SendGrid proxy port
spring.sendgrid.proxy.port= # SendGrid proxy port
.
# ----------------------------------------
# ----------------------------------------
...
...
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
beb72ca8
...
@@ -2318,7 +2318,7 @@ for other Groovy customization options.
...
@@ -2318,7 +2318,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]
it's usually significantly faster than a "`cold start`". You should probably give it a try
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.
before investigating some of the more complex reload options discussed below.
...
...
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
beb72ca8
...
@@ -5149,8 +5149,8 @@ provide good examples of how to write XA wrappers.
...
@@ -5149,8 +5149,8 @@ provide good examples of how to write XA wrappers.
[[boot-features-hazelcast]]
[[boot-features-hazelcast]]
== Hazelcast
== Hazelcast
If
h
azelcast is on the classpath and a suitable configuration is found, Spring Boot
If
H
azelcast is on the classpath and a suitable configuration is found, Spring Boot
will auto-configure a
n
`HazelcastInstance` that you can inject in your application.
will auto-configure a `HazelcastInstance` that you can inject in your application.
You can define a `com.hazelcast.config.Config` bean and we'll use that. If your
You can define a `com.hazelcast.config.Config` bean and we'll use that. If your
configuration defines an instance name, we'll try to locate an existing instance rather
configuration defines an instance name, we'll try to locate an existing instance rather
...
...
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