Commit 207a5c50 authored by dreis2211's avatar dreis2211 Committed by Stephane Nicoll

Link consistently to Tomcat 9.0 docs

See gh-19340
parent 283b60d2
...@@ -1006,7 +1006,7 @@ ...@@ -1006,7 +1006,7 @@
<link>https://docs.oracle.com/javaee/7/api</link> <link>https://docs.oracle.com/javaee/7/api</link>
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api</link> <link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api</link>
<link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api</link> <link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api</link>
<link>https://tomcat.apache.org/tomcat-8.5-doc/api</link> <link>https://tomcat.apache.org/tomcat-9.0-doc/api</link>
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}</link> <link>https://www.eclipse.org/jetty/javadoc/${jetty.version}</link>
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}</link> <link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}</link>
</links> </links>
......
...@@ -3152,7 +3152,7 @@ These are the standard options that work regardless of the actual implementation ...@@ -3152,7 +3152,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.*+`). 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. 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] [source,properties,indent=0]
---- ----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment