From dd9ad0a8f76f5fb19c5e291d8a076a8821f355e0 Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Tue, 10 Dec 2019 15:12:01 +0100 Subject: [PATCH] Link consistently to Tomcat 9.0 docs --- spring-boot-project/spring-boot-docs/pom.xml | 2 +- .../src/main/asciidoc/spring-boot-features.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/pom.xml b/spring-boot-project/spring-boot-docs/pom.xml index 69392ae8fdfe..676f68c56a8c 100644 --- a/spring-boot-project/spring-boot-docs/pom.xml +++ b/spring-boot-project/spring-boot-docs/pom.xml @@ -1188,7 +1188,7 @@ https://docs.oracle.com/javaee/7/api https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api - https://tomcat.apache.org/tomcat-8.5-doc/api + https://tomcat.apache.org/tomcat-9.0-doc/api https://www.eclipse.org/jetty/javadoc/${jetty.version} https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version} diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 85ad9f4ee692..2e0e5322ffd2 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -3407,7 +3407,7 @@ These are the standard options that work regardless of the actual implementation It is also possible to fine-tune implementation-specific settings by using their respective prefix (`+spring.datasource.hikari.*+`, `+spring.datasource.tomcat.*+`, and `+spring.datasource.dbcp2.*+`). Refer to the documentation of the connection pool implementation you are using for more details. -For instance, if you use the https://tomcat.apache.org/tomcat-8.0-doc/jdbc-pool.html#Common_Attributes[Tomcat connection pool], you could customize many additional settings, as shown in the following example: +For instance, if you use the {tomcat-docs}/jdbc-pool.html#Common_Attributes[Tomcat connection pool], you could customize many additional settings, as shown in the following example: [source,properties,indent=0,configprops] ----