Skip to content

Commit c3ae8bc

Browse files
committed
Merge branch '2.1.x' into 2.2.x
Closes gh-19362
2 parents fc35384 + d93206f commit c3ae8bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-boot-project/spring-boot-docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1188,7 +1188,7 @@
11881188
<link>https://docs.oracle.com/javaee/7/api</link>
11891189
<link>https://docs.spring.io/spring-framework/docs/${spring-framework.version}/javadoc-api</link>
11901190
<link>https://docs.spring.io/spring-security/site/docs/${spring-security.version}/api</link>
1191-
<link>https://tomcat.apache.org/tomcat-8.5-doc/api</link>
1191+
<link>https://tomcat.apache.org/tomcat-9.0-doc/api</link>
11921192
<link>https://www.eclipse.org/jetty/javadoc/${jetty.version}</link>
11931193
<link>https://www.thymeleaf.org/apidocs/thymeleaf/${thymeleaf.version}</link>
11941194
</links>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3407,7 +3407,7 @@ These are the standard options that work regardless of the actual implementation
34073407
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.*+`).
34083408
Refer to the documentation of the connection pool implementation you are using for more details.
34093409

3410-
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:
3410+
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:
34113411

34123412
[source,properties,indent=0,configprops]
34133413
----

0 commit comments

Comments
 (0)