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
d0275b47
Commit
d0275b47
authored
Mar 15, 2014
by
Phillip Webb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some broken documentation links
parent
630d2dde
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
cloud-deployment.adoc
spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc
+2
-2
howto.adoc
spring-boot-docs/src/main/asciidoc/howto.adoc
+1
-1
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+1
-1
No files found.
spring-boot-docs/src/main/asciidoc/cloud-deployment.adoc
View file @
d0275b47
...
...
@@ -127,8 +127,8 @@ access application information (such as the public URL of the application) and s
information (such as database credentials). See `VcapApplicationListener` Javdoc for
complete details.
TIP: The http
://spring.io/projects/spring-cloud[Spring Cloud] project is a better fit
for tasks such as configuring a DataSource; and you can also use Spring Cloud with
TIP: The http
s://github.com/spring-projects/spring-cloud[Spring Cloud] project is a better
f
it f
or tasks such as configuring a DataSource; and you can also use Spring Cloud with
Heroku too!
...
...
spring-boot-docs/src/main/asciidoc/howto.adoc
View file @
d0275b47
...
...
@@ -746,7 +746,7 @@ If Groovy is on the classpath you should be able to configure Logback with
[[howto-configure-log4j-for-logging]]
=== Configure Log4j for logging
Spring Boot supports http://logging.apache.org/log4j
/1.x/
[Log4j] for logging
Spring Boot supports http://logging.apache.org/log4j[Log4j] for logging
configuration, but it has to be on the classpath. If you are using the starter poms for
assembling dependencies that means you have to exclude logback and then include log4j
back. If you aren't using the starter poms then you need to provide `commons-logging`
...
...
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
d0275b47
...
...
@@ -163,7 +163,7 @@ To provide custom health information you can register a Spring bean that impleme
----
Spring Boot also provides a
{sc-spring-boot-actuator}/health/SimpleHealthIndicator
/
{sc-ext}[`SimpleHealthIndicator`]
{sc-spring-boot-actuator}/health/SimpleHealthIndicator
.
{sc-ext}[`SimpleHealthIndicator`]
implementation that attempts a simple database test.
...
...
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