File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ access application information (such as the public URL of the application) and s
127127information (such as database credentials). See `VcapApplicationListener` Javdoc for
128128complete details.
129129
130- TIP: The http ://spring.io/ projects/spring-cloud[Spring Cloud] project is a better fit
131- for tasks such as configuring a DataSource; and you can also use Spring Cloud with
130+ TIP: The https ://github.com/spring- projects/spring-cloud[Spring Cloud] project is a better
131+ fit for tasks such as configuring a DataSource; and you can also use Spring Cloud with
132132Heroku too!
133133
134134
Original file line number Diff line number Diff line change @@ -746,7 +746,7 @@ If Groovy is on the classpath you should be able to configure Logback with
746746
747747[[howto-configure-log4j-for-logging]]
748748=== Configure Log4j for logging
749- Spring Boot supports http://logging.apache.org/log4j/1.x/ [Log4j] for logging
749+ Spring Boot supports http://logging.apache.org/log4j[Log4j] for logging
750750configuration, but it has to be on the classpath. If you are using the starter poms for
751751assembling dependencies that means you have to exclude logback and then include log4j
752752back. If you aren't using the starter poms then you need to provide `commons-logging`
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ To provide custom health information you can register a Spring bean that impleme
163163----
164164
165165Spring Boot also provides a
166- {sc-spring-boot-actuator}/health/SimpleHealthIndicator/ {sc-ext}[`SimpleHealthIndicator`]
166+ {sc-spring-boot-actuator}/health/SimpleHealthIndicator. {sc-ext}[`SimpleHealthIndicator`]
167167implementation that attempts a simple database test.
168168
169169
You can’t perform that action at this time.
0 commit comments