Skip to content

Commit a933e08

Browse files
committed
Merge branch '2.2.x'
Closes spring-projectsgh-18947
2 parents bd17079 + f9dc815 commit a933e08

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/production-ready-features.adoc

+1-2
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,6 @@ include::{code-examples}/cloudfoundry/CloudFoundryCustomContextPathExample.java[
21222122

21232123
[[production-ready-whats-next]]
21242124
== What to Read Next
2125-
If you want to explore some of the concepts discussed in this chapter, you can take a look at the actuator {spring-boot-code}/spring-boot-samples[sample applications].
2126-
You also might want to read about graphing tools such as https://graphiteapp.org[Graphite].
2125+
You might want to read about graphing tools such as https://graphiteapp.org[Graphite].
21272126

21282127
Otherwise, you can continue on, to read about <<deployment.adoc#deployment, '`deployment options`'>> or jump ahead for some in-depth information about Spring Boot's _<<build-tool-plugins.adoc#build-tool-plugins, build tool plugins>>_.

spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

-2
Original file line numberDiff line numberDiff line change
@@ -2916,8 +2916,6 @@ When running a Spring Boot application that uses an embedded servlet container (
29162916
* Creating a custom `error.jsp` page does not override the default view for <<boot-features-error-handling,error handling>>.
29172917
<<boot-features-error-handling-custom-error-pages,Custom error pages>> should be used instead.
29182918

2919-
There is a {spring-boot-code}/spring-boot-samples/spring-boot-sample-web-jsp[JSP sample] so that you can see how to set things up.
2920-
29212919

29222920

29232921
[[boot-features-reactive-server]]

spring-boot-project/spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ A running remote client might resemble the following listing:
972972
=========|_|==============|___/===================================/_/_/_/
973973
:: Spring Boot Remote :: {spring-boot-version}
974974
975-
2015-06-10 18:25:06.632 INFO 14938 --- [ main] o.s.b.devtools.RemoteSpringApplication : Starting RemoteSpringApplication on pwmbp with PID 14938 (/Users/pwebb/projects/spring-boot/code/spring-boot-devtools/target/classes started by pwebb in /Users/pwebb/projects/spring-boot/code/spring-boot-samples/spring-boot-sample-devtools)
975+
2015-06-10 18:25:06.632 INFO 14938 --- [ main] o.s.b.devtools.RemoteSpringApplication : Starting RemoteSpringApplication on pwmbp with PID 14938 (/Users/pwebb/projects/spring-boot/code/spring-boot-project/spring-boot-devtools/target/classes started by pwebb in /Users/pwebb/projects/spring-boot/code)
976976
2015-06-10 18:25:06.671 INFO 14938 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2a17b7b6: startup date [Wed Jun 10 18:25:06 PDT 2015]; root of context hierarchy
977977
2015-06-10 18:25:07.043 WARN 14938 --- [ main] o.s.b.d.r.c.RemoteClientConfiguration : The connection to http://localhost:8080 is insecure. You should use a URL starting with 'https://'.
978978
2015-06-10 18:25:07.074 INFO 14938 --- [ main] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729

0 commit comments

Comments
 (0)