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: src/main/asciidoc/jdbc.adoc
+1-4
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ You can overwrite the repository methods with implementations that match your st
64
64
[[jdbc.getting-started]]
65
65
== Getting Started
66
66
67
-
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools/sts[STS] or from https://start.spring.io[Spring Initializr].
67
+
An easy way to bootstrap setting up a working environment is to create a Spring-based project in https://spring.io/tools[Spring Tools] or from https://start.spring.io[Spring Initializr].
68
68
69
69
First, you need to set up a running database server. Refer to your vendor documentation on how to configure your database for JDBC access.
70
70
@@ -920,9 +920,6 @@ The following table describes the available events. For more details about the e
| After an aggregate root gets created from a database `ResultSet` and all its properties get set. _Note: This is deprecated. Use `AfterConvert` instead_
0 commit comments