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
c3e8cc21
Commit
c3e8cc21
authored
May 02, 2016
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.3.x'
parents
9059184a
42af5ebc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
appendix-application-properties.adoc
...cs/src/main/asciidoc/appendix-application-properties.adoc
+1
-1
deployment.adoc
spring-boot-docs/src/main/asciidoc/deployment.adoc
+2
-2
No files found.
spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc
View file @
c3e8cc21
...
@@ -767,7 +767,7 @@ content into your application; rather pick only the properties that you need.
...
@@ -767,7 +767,7 @@ content into your application; rather pick only the properties that you need.
spring.mongodb.embedded.storage.replSetName= # Name of the replica set.
spring.mongodb.embedded.storage.replSetName= # Name of the replica set.
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
spring.mongodb.embedded.version=2.6.10 # Version of Mongo to use.
# REDIS ({sc-spring-boot-autoconfigure}/redis/RedisProperties.{sc-ext}[RedisProperties])
# REDIS ({sc-spring-boot-autoconfigure}/
data/
redis/RedisProperties.{sc-ext}[RedisProperties])
spring.redis.cluster.max-redirects= # Maximum number of redirects to follow when executing commands across the cluster.
spring.redis.cluster.max-redirects= # Maximum number of redirects to follow when executing commands across the cluster.
spring.redis.cluster.nodes= # Comma-separated list of "host:port" pairs to bootstrap from.
spring.redis.cluster.nodes= # Comma-separated list of "host:port" pairs to bootstrap from.
spring.redis.database=0 # Database index used by the connection factory.
spring.redis.database=0 # Database index used by the connection factory.
...
...
spring-boot-docs/src/main/asciidoc/deployment.adoc
View file @
c3e8cc21
...
@@ -142,8 +142,8 @@ Spring's `Environment` abstraction:
...
@@ -142,8 +142,8 @@ Spring's `Environment` abstraction:
All Cloud Foundry properties are prefixed with `vcap`. You can use vcap properties to
All Cloud Foundry properties are prefixed with `vcap`. You can use vcap properties to
access application information (such as the public URL of the application) and service
access application information (such as the public URL of the application) and service
information (such as database credentials). See `
VcapApplicationListener` Javadoc for
information (such as database credentials). See `
CloudFoundryVcapEnvironmentPostProcessor`
complete details.
Javadoc for
complete details.
TIP: The http://cloud.spring.io/spring-cloud-connectors/[Spring Cloud Connectors] project
TIP: The http://cloud.spring.io/spring-cloud-connectors/[Spring Cloud Connectors] project
is a better fit for tasks such as configuring a DataSource. Spring Boot includes
is a better fit for tasks such as configuring a DataSource. Spring Boot includes
...
...
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