@ -29,7 +29,7 @@ This document is a reference guide to Spring Framework features. If you have any
@@ -29,7 +29,7 @@ This document is a reference guide to Spring Framework features. If you have any
requests, comments, or questions on this document, please post them on the
If you are just getting started with Spring, you may want to begin with the lighter
https://spring.io/guides["Getting Started"] guides that are available from
http://spring.io. As well as being easier to digest, these guide are very
https://spring.io. As well as being easier to digest, these guide are very
__task focused__. They also cover other projects from the Spring portfolio that you might
want to consider when solving a particular problem.
@ -779,8 +779,8 @@ is available on the https://github.com/spring-projects/spring-framework/wiki[Spr
@@ -779,8 +779,8 @@ is available on the https://github.com/spring-projects/spring-framework/wiki[Spr
=== Improved Getting Started Experience
The new http://spring.io[spring.io] website provides a whole series of
http://spring.io/guides["Getting Started"] guides to help you learn Spring. You
The new https://spring.io[spring.io] website provides a whole series of
https://spring.io/guides["Getting Started"] guides to help you learn Spring. You
can read more about the guides in the <<overview-getting-started-with-spring>> section
in this document. The new website also provides a comprehensive overview of the many
additional projects that are released under the Spring umbrella.
@ -7758,9 +7758,9 @@ datasource from JNDI when in QA or production
@@ -7758,9 +7758,9 @@ datasource from JNDI when in QA or production
performance environment
* registering customized implementations of beans for customer A vs. customer B deployments
Find out more about http://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
Find out more about https://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
and the {javadoc-baseurl}/org/springframework/context/annotation/PropertySource.html[`@PropertySource`
@ -25849,7 +25849,7 @@ For more comprehensive ORM support, including support for alternative database
@@ -25849,7 +25849,7 @@ For more comprehensive ORM support, including support for alternative database
technologies such as MongoDB, you might want to check out the
http://projects.spring.io/spring-data/[Spring Data] suite of projects. If you are
a JPA user, the https://spring.io/guides/gs/accessing-data-jpa/[Getting Started Accessing
Data with JPA] guide from http://spring.io provides a great introduction.
Data with JPA] guide from https://spring.io provides a great introduction.
====
@ -30194,7 +30194,7 @@ produced result.
@@ -30194,7 +30194,7 @@ produced result.
Explaining the motivation for async request processing and when or why to use it are
beyond the scope of this document. For further information you may wish to read
@ -35303,7 +35303,7 @@ cookies or other HTTP headers. The feed will automatically be written to the res
@@ -35303,7 +35303,7 @@ cookies or other HTTP headers. The feed will automatically be written to the res
object after the method returns.
For an example of creating an Atom view please refer to Alef Arendsen's Spring Team Blog