mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix typos in service connection documentation
See gh-51431 Signed-off-by: chisanw <keuye06380618@gmail.com>
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ import org.springframework.core.annotation.AliasFor;
|
||||
* Indicates that a field or method is a {@link ContainerConnectionSource} which provides
|
||||
* a service that can be connected to.
|
||||
* <p>
|
||||
* If the underling connection supports SSL, the {@link PemKeyStore @PemKeyStore},
|
||||
* If the underlying connection supports SSL, the {@link PemKeyStore @PemKeyStore},
|
||||
* {@link PemTrustStore @PemTrustStore}, {@link JksKeyStore @JksKeyStore},
|
||||
* {@link JksTrustStore @JksTrustStore}, {@link Ssl @Ssl} annotations may be used to
|
||||
* provide additional configuration.
|
||||
|
||||
Reference in New Issue
Block a user