Use HTTPS for external links wherever possible
See gh-16318
This commit is contained in:
committed by
Andy Wilkinson
parent
94633cfd89
commit
bbbfee6480
@@ -312,7 +312,7 @@ option : AWS Elastic Beanstalk.
|
||||
|
||||
|
||||
==== AWS Elastic Beanstalk
|
||||
As described in the official http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Java.html[Elastic
|
||||
As described in the official https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/create_deploy_Java.html[Elastic
|
||||
Beanstalk Java guide], there are two main options to deploy a Java application; You can
|
||||
either use the "`Tomcat Platform`" or the "`Java SE platform`".
|
||||
|
||||
@@ -356,7 +356,7 @@ binaries instead, add the following to your `.elasticbeanstalk/config.yml` file:
|
||||
====== Reduce costs by setting the environment type
|
||||
By default an Elastic Beanstalk environment is load balanced. The load balancer has a cost
|
||||
perspective, to avoid it, set the environment type to "`Single instance`" as described
|
||||
http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-create-wizard.html#environments-create-wizard-capacity[in the Amazon documentation].
|
||||
https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-create-wizard.html#environments-create-wizard-capacity[in the Amazon documentation].
|
||||
Single instance environments can be created using the CLI as well using the following
|
||||
command:
|
||||
|
||||
|
||||
@@ -3590,7 +3590,7 @@ persistence for the embedded mode:
|
||||
====
|
||||
The Neo4j OGM embedded driver does not provide the Neo4j kernel. Users are expected to
|
||||
provide this dependency manually, see
|
||||
http://neo4j.com/docs/ogm-manual/current/reference/#reference:getting-started[the documentation]
|
||||
https://neo4j.com/docs/ogm-manual/current/reference/#reference:getting-started[the documentation]
|
||||
for more details.
|
||||
====
|
||||
|
||||
@@ -4015,7 +4015,7 @@ If you need to customize connection settings you can use the `spring.ldap.base`
|
||||
==== Spring Data LDAP repositories
|
||||
Spring Data includes repository support for LDAP. For complete details of Spring
|
||||
Data LDAP, refer to their
|
||||
http://docs.spring.io/spring-data/ldap/docs/1.0.x/reference/html/[reference documentation].
|
||||
https://docs.spring.io/spring-data/ldap/docs/1.0.x/reference/html/[reference documentation].
|
||||
|
||||
You can also inject an auto-configured `LdapTemplate` instance as you would with any
|
||||
other Spring Bean.
|
||||
@@ -4828,7 +4828,7 @@ reached.
|
||||
|
||||
[[boot-features-kafka]]
|
||||
=== Apache Kafka Support
|
||||
http://kafka.apache.org/[Apache Kafka] is supported by providing auto-configuration of the
|
||||
https://kafka.apache.org/[Apache Kafka] is supported by providing auto-configuration of the
|
||||
`spring-kafka` project.
|
||||
|
||||
Kafka configuration is controlled by external configuration properties in
|
||||
|
||||
Reference in New Issue
Block a user