@@ -29,7 +29,7 @@ This document is a reference guide to Spring Framework features. If you have any
29
29
requests, comments, or questions on this document, please post them on the
30
30
https://groups.google.com/forum/#!forum/spring-framework-contrib[user mailing
31
31
list]. Questions on the Framework itself should be asked on StackOverflow
32
- (see http ://spring.io/questions[]).
32
+ (see https ://spring.io/questions[]).
33
33
--
34
34
35
35
@@ -45,7 +45,7 @@ embraced.
45
45
46
46
If you are just getting started with Spring, you may want to begin with the lighter
47
47
https://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
49
49
__task focused__. They also cover other projects from the Spring portfolio that you might
50
50
want to consider when solving a particular problem.
51
51
@@ -779,8 +779,8 @@ is available on the https://github.com/spring-projects/spring-framework/wiki[Spr
779
779
780
780
781
781
=== 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
784
784
can read more about the guides in the <<overview-getting-started-with-spring>> section
785
785
in this document. The new website also provides a comprehensive overview of the many
786
786
additional projects that are released under the Spring umbrella.
@@ -7758,9 +7758,9 @@ datasource from JNDI when in QA or production
7758
7758
performance environment
7759
7759
* registering customized implementations of beans for customer A vs. customer B deployments
7760
7760
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,
7762
7762
XML 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].
7764
7764
7765
7765
7766
7766
[[beans-property-source-abstraction]]
@@ -7770,7 +7770,7 @@ Spring's <<beans-definition-profiles,Environment abstraction>> provides search o
7770
7770
over a configurable hierarchy of property sources.
7771
7771
7772
7772
You 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
7774
7774
Property Management], the
7775
7775
{javadoc-baseurl}/org/springframework/core/env/PropertySource.html[`PropertySource` class]
7776
7776
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
25849
technologies such as MongoDB, you might want to check out the
25850
25850
http://projects.spring.io/spring-data/[Spring Data] suite of projects. If you are
25851
25851
a 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.
25853
25853
====
25854
25854
25855
25855
@@ -30194,7 +30194,7 @@ produced result.
30194
30194
30195
30195
Explaining the motivation for async request processing and when or why to use it are
30196
30196
beyond 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
30198
30198
blog post series].
30199
30199
30200
30200
@@ -35303,7 +35303,7 @@ cookies or other HTTP headers. The feed will automatically be written to the res
35303
35303
object after the method returns.
35304
35304
35305
35305
For 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].
35307
35307
35308
35308
35309
35309
@@ -37219,7 +37219,7 @@ few minutes to appear.
37219
37219
37220
37220
Even in cases where latency is crucial, if the volume of messages is
37221
37221
relatively 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]
37223
37223
should be considered as a relatively simple alternative that
37224
37224
works reliably and is comparable by efficiency (again assuming the volume of
37225
37225
messages is relatively low).
0 commit comments