You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,4 +24,4 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor
24
24
All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances.
25
25
Maintainers are obligated to maintain confidentiality with regard to the reporter of an incident.
26
26
27
-
This Code of Conduct is adapted from the http://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at http://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].
27
+
This Code of Conduct is adapted from the https://contributor-covenant.org[Contributor Covenant], version 1.3.0, available at https://contributor-covenant.org/version/1/3/0/[contributor-covenant.org/version/1/3/0/].
Copy file name to clipboardExpand all lines: README.adoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
= Spring Data R2DBC
2
2
3
-
The primary goal of the http://projects.spring.io/spring-data[Spring Data] project is to make it easier to build Spring-powered applications that use data access technologies. *Spring Data R2DBC* offers the popular Repository abstraction based on https://r2dbc.io[R2DBC].
3
+
The primary goal of the https://projects.spring.io/spring-data[Spring Data] project is to make it easier to build Spring-powered applications that use data access technologies. *Spring Data R2DBC* offers the popular Repository abstraction based on https://r2dbc.io[R2DBC].
4
4
5
5
R2DBC is the abbreviation for https://github.com/r2dbc/[Reactive Relational Database Connectivity], an incubator to integrate relational databases using a reactive driver.
6
6
@@ -188,9 +188,9 @@ _Also see link:CONTRIBUTING.adoc[CONTRIBUTING.adoc] if you wish to submit pull r
188
188
189
189
Here are some ways for you to get involved in the community:
190
190
191
-
* Get involved with the Spring community by helping out on http://stackoverflow.com/questions/tagged/spring-data-r2dbc[Stackoverflow] by responding to questions and joining the debate.
191
+
* Get involved with the Spring community by helping out on https://stackoverflow.com/questions/tagged/spring-data-r2dbc[Stackoverflow] by responding to questions and joining the debate.
192
192
* Create https://github.com/spring-projects/spring-data-r2dbc[GitHub] tickets for bugs and new features and comment and vote on the ones that you are interested in.
193
-
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from http://help.github.com/forking/[forks of this repository]. If you want to contribute code this way, please reference a JIRA ticket as well, covering the specific issue you are addressing.
194
-
* Watch for upcoming articles on Spring by http://spring.io/blog[subscribing] to spring.io.
193
+
* Github is for social coding: if you want to write code, we encourage contributions through pull requests from https://help.github.com/forking/[forks of this repository]. If you want to contribute code this way, please reference a JIRA ticket as well, covering the specific issue you are addressing.
194
+
* Watch for upcoming articles on Spring by https://spring.io/blog[subscribing] to spring.io.
195
195
196
196
Before we accept a non-trivial patch or pull request we will need you to https://cla.pivotal.io/sign/spring[sign the Contributor License Agreement]. Signing the contributor’s agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. If you forget to do so, you'll be reminded when you submit a pull request. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
Copy file name to clipboardExpand all lines: src/main/asciidoc/preface.adoc
+14-14
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,13 @@ This section provides some basic introduction to Spring and databases.
11
11
[[get-started:first-steps:spring]]
12
12
== Learning Spring
13
13
14
-
Spring Data uses Spring framework's http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html[core] functionality, including:
14
+
Spring Data uses Spring framework's https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/core.html[core] functionality, including:
While you need not know the Spring APIs, understanding the concepts behind them is important.
23
23
At a minimum, the idea behind Inversion of Control (IoC) should be familiar, and you should be familiar with whatever IoC container you choose to use.
@@ -28,7 +28,7 @@ To leverage all the features of Spring Data R2DBC, such as the repository suppor
28
28
29
29
To learn more about Spring, you can refer to the comprehensive documentation that explains the Spring Framework in detail.
30
30
There are a lot of articles, blog entries, and books on the subject.
31
-
See the Spring framework http://spring.io/docs[home page] for more information.
31
+
See the Spring framework https://spring.io/docs[home page] for more information.
32
32
33
33
[[get-started:first-steps:what]]
34
34
== What is R2DBC?
@@ -92,29 +92,29 @@ In this section, we try to provide what we think is an easy-to-follow guide for
92
92
However, if you encounter issues or you need advice, feel free to use one of the following links:
93
93
94
94
[[get-started:help:community]]
95
-
Community Forum :: Spring Data on http://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all Spring Data (not just R2DBC) users to share information and help each other.
95
+
Community Forum :: Spring Data on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow] is a tag for all Spring Data (not just R2DBC) users to share information and help each other.
96
96
Note that registration is needed only for posting.
97
97
98
98
[[get-started:help:professional]]
99
-
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from http://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring Data and Spring.
99
+
Professional Support :: Professional, from-the-source support, with guaranteed response time, is available from https://pivotal.io/[Pivotal Sofware, Inc.], the company behind Spring Data and Spring.
100
100
101
101
[[get-started:up-to-date]]
102
102
== Following Development
103
103
104
-
* For information on the Spring Data R2DBC source code repository, nightly builds, and snapshot artifacts, see the Spring Data R2DBC http://projects.spring.io/spring-data-r2dbc/[homepage].
104
+
* For information on the Spring Data R2DBC source code repository, nightly builds, and snapshot artifacts, see the Spring Data R2DBC https://projects.spring.io/spring-data-r2dbc/[homepage].
105
105
106
-
* You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Community on http://stackoverflow.com/questions/tagged/spring-data[Stack Overflow].
106
+
* You can help make Spring Data best serve the needs of the Spring community by interacting with developers through the Community on https://stackoverflow.com/questions/tagged/spring-data[Stack Overflow].
107
107
108
108
* If you encounter a bug or want to suggest an improvement, please create a ticket on the Spring Data R2DBC https://github.com/spring-projects/spring-data-r2dbc/issues[issue tracker].
109
109
110
-
* To stay up to date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community http://spring.io[Portal].
110
+
* To stay up to date with the latest news and announcements in the Spring ecosystem, subscribe to the Spring Community https://spring.io[Portal].
111
111
112
-
* You can also follow the Spring http://spring.io/blog[blog] or the Spring Data project team on Twitter (http://twitter.com/SpringData[SpringData]).
112
+
* You can also follow the Spring https://spring.io/blog[blog] or the Spring Data project team on Twitter (https://twitter.com/SpringData[SpringData]).
113
113
114
114
[[project-metadata]]
115
115
== Project Metadata
116
116
117
-
* Version control: http://github.com/spring-projects/spring-data-r2dbc
117
+
* Version control: https://github.com/spring-projects/spring-data-r2dbc
Copy file name to clipboardExpand all lines: src/main/asciidoc/reference/r2dbc.adoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -55,12 +55,12 @@ An easy way to bootstrap setting up a working environment is to create a Spring-
55
55
<repository>
56
56
<id>spring-milestone</id>
57
57
<name>Spring Maven MILESTONE Repository</name>
58
-
<url>http://repo.spring.io/libs-milestone</url>
58
+
<url>https://repo.spring.io/libs-milestone</url>
59
59
</repository>
60
60
</repositories>
61
61
----
62
62
63
-
The repository is also http://repo.spring.io/milestone/org/springframework/data/[browseable here].
63
+
The repository is also https://repo.spring.io/milestone/org/springframework/data/[browseable here].
64
64
65
65
You may also want to set the logging level to `DEBUG` to see some additional information. To do so, edit the `application.properties` file to have the following content:
66
66
@@ -213,7 +213,7 @@ public class ApplicationConfiguration extends AbstractR2dbcConfiguration {
213
213
----
214
214
====
215
215
216
-
This approach lets you use the standard `io.r2dbc.spi.ConnectionFactory` instance, with the container using Spring's `AbstractR2dbcConfiguration`. As compared to registering a `ConnectionFactory` instance directly, the configuration support has the added advantage of also providing the container with an `ExceptionTranslator` implementation that translates R2DBC exceptions to exceptions in Spring's portable `DataAccessException` hierarchy for data access classes annotated with the `@Repository` annotation. This hierarchy and the use of `@Repository` is described in http://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html[Spring's DAO support features].
216
+
This approach lets you use the standard `io.r2dbc.spi.ConnectionFactory` instance, with the container using Spring's `AbstractR2dbcConfiguration`. As compared to registering a `ConnectionFactory` instance directly, the configuration support has the added advantage of also providing the container with an `ExceptionTranslator` implementation that translates R2DBC exceptions to exceptions in Spring's portable `DataAccessException` hierarchy for data access classes annotated with the `@Repository` annotation. This hierarchy and the use of `@Repository` is described in https://docs.spring.io/spring/docs/{springVersion}/spring-framework-reference/data-access.html[Spring's DAO support features].
217
217
218
218
`AbstractR2dbcConfiguration` registers also `DatabaseClient` that is required for database interaction and for Repository implementation.
0 commit comments