@@ -29,7 +29,7 @@ This document is a reference guide to Spring Framework features. If you have any
2929requests, comments, or questions on this document, please post them on the
3030https://groups.google.com/forum/#!forum/spring-framework-contrib[user mailing
3131list]. Questions on the Framework itself should be asked on StackOverflow
32- (see http ://spring.io/questions[]).
32+ (see https ://spring.io/questions[]).
3333--
3434
3535
@@ -45,7 +45,7 @@ embraced.
4545
4646If you are just getting started with Spring, you may want to begin with the lighter
4747https://spring.io/guides["Getting Started"] guides that are available from
48- http ://spring.io. As well as being easier to digest, these guide are very
48+ https ://spring.io. As well as being easier to digest, these guide are very
4949__task focused__. They also cover other projects from the Spring portfolio that you might
5050 want to consider when solving a particular problem.
5151
@@ -779,8 +779,8 @@ is available on the https://github.com/spring-projects/spring-framework/wiki[Spr
779779
780780
781781=== Improved Getting Started Experience
782- The new http ://spring.io[spring.io] website provides a whole series of
783- http ://spring.io/guides["Getting Started"] guides to help you learn Spring. You
782+ The new https ://spring.io[spring.io] website provides a whole series of
783+ https ://spring.io/guides["Getting Started"] guides to help you learn Spring. You
784784can read more about the guides in the <<overview-getting-started-with-spring>> section
785785in this document. The new website also provides a comprehensive overview of the many
786786additional projects that are released under the Spring umbrella.
@@ -7758,9 +7758,9 @@ datasource from JNDI when in QA or production
77587758performance environment
77597759* registering customized implementations of beans for customer A vs. customer B deployments
77607760
7761- Find out more about http ://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
7761+ Find out more about https ://spring.io/blog/2011/02/11/spring-framework-3-1-m1-released/[Environment,
77627762XML Profiles] and the
7763- http ://spring.io/blog/2011/02/14/spring-3-1-m1-introducing-profile/[@Profile annotation].
7763+ https ://spring.io/blog/2011/02/14/spring-3-1-m1-introducing-profile/[@Profile annotation].
77647764
77657765
77667766[[beans-property-source-abstraction]]
@@ -7770,7 +7770,7 @@ Spring's <<beans-definition-profiles,Environment abstraction>> provides search o
77707770over a configurable hierarchy of property sources.
77717771
77727772You can find out more about
7773- http ://spring.io/blog/2011/02/15/spring-3-1-m1-unified-property-management/[Unified
7773+ https ://spring.io/blog/2011/02/15/spring-3-1-m1-unified-property-management/[Unified
77747774Property Management], the
77757775{javadoc-baseurl}/org/springframework/core/env/PropertySource.html[`PropertySource` class]
77767776and the {javadoc-baseurl}/org/springframework/context/annotation/PropertySource.html[`@PropertySource`
@@ -25849,7 +25849,7 @@ For more comprehensive ORM support, including support for alternative database
2584925849technologies such as MongoDB, you might want to check out the
2585025850http://projects.spring.io/spring-data/[Spring Data] suite of projects. If you are
2585125851a JPA user, the https://spring.io/guides/gs/accessing-data-jpa/[Getting Started Accessing
25852- Data with JPA] guide from http ://spring.io provides a great introduction.
25852+ Data with JPA] guide from https ://spring.io provides a great introduction.
2585325853====
2585425854
2585525855
@@ -30194,7 +30194,7 @@ produced result.
3019430194
3019530195Explaining the motivation for async request processing and when or why to use it are
3019630196beyond the scope of this document. For further information you may wish to read
30197- http ://spring.io/blog/2012/05/07/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
30197+ https ://spring.io/blog/2012/05/07/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
3019830198blog post series].
3019930199
3020030200
@@ -35303,7 +35303,7 @@ cookies or other HTTP headers. The feed will automatically be written to the res
3530335303object after the method returns.
3530435304
3530535305For an example of creating an Atom view please refer to Alef Arendsen's Spring Team Blog
35306- http ://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support[entry].
35306+ https ://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support[entry].
3530735307
3530835308
3530935309
@@ -37219,7 +37219,7 @@ few minutes to appear.
3721937219
3722037220Even in cases where latency is crucial, if the volume of messages is
3722137221relatively low (e.g. monitoring network failures) the use of
37222- http ://spring.io/blog/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates[long polling]
37222+ https ://spring.io/blog/2012/05/08/spring-mvc-3-2-preview-techniques-for-real-time-updates[long polling]
3722337223should be considered as a relatively simple alternative that
3722437224works reliably and is comparable by efficiency (again assuming the volume of
3722537225messages is relatively low).
0 commit comments