File tree 7 files changed +7
-12
lines changed
7 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,7 @@ Change `Service` constructor to use a `MariaDbPoolDataSource` and run the app ag
14
14
in the ** pom.xml** file).
15
15
- [ Apache Maven] ( https://maven.apache.org ) .
16
16
- MariaDB server. If you don't want to install
17
- anything extra, try creating a
18
- [ free SkySQL account] ( https://mariadb.com/products/skysql ) ).
17
+ anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
19
18
- An SQL client tool like ` mariadb ` , DBeaver, or an SQL integration for
20
19
your IDE.
21
20
Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ connection.close();
38
38
in the ** pom.xml** file).
39
39
- [ Apache Maven] ( https://maven.apache.org ) .
40
40
- MariaDB server. If you don't want to install
41
- anything extra, try creating a
42
- [ free SkySQL account] ( https://mariadb.com/products/skysql ) ).
41
+ anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
43
42
- An SQL client tool like ` mariadb ` , DBeaver, or an SQL integration for
44
43
your IDE.
45
44
Original file line number Diff line number Diff line change @@ -40,8 +40,7 @@ try (PreparedStatement statement = connection.prepareStatement("""
40
40
in the ** pom.xml** file).
41
41
- [ Apache Maven] ( https://maven.apache.org ) .
42
42
- MariaDB server. If you don't want to install
43
- anything extra, try creating a
44
- [ free SkySQL account] ( https://mariadb.com/products/skysql ) ).
43
+ anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
45
44
- An SQL client tool like ` mariadb ` , DBeaver, or an SQL integration for
46
45
your IDE.
47
46
Original file line number Diff line number Diff line change @@ -50,8 +50,7 @@ dataSource.close();
50
50
in the ** pom.xml** file).
51
51
- [ Apache Maven] ( https://maven.apache.org ) .
52
52
- MariaDB server. If you don't want to install
53
- anything extra, try creating a
54
- [ free SkySQL account] ( https://mariadb.com/products/skysql ) ).
53
+ anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
55
54
- An SQL client tool like ` mariadb ` , DBeaver, or an SQL integration for
56
55
your IDE.
57
56
Original file line number Diff line number Diff line change 88
88
## Requirements
89
89
- Java 17 or later. Previous versions should work (update the version in the pom.xml file).
90
90
Apache Maven.
91
- - MariaDB server. If you don't want to install anything extra, try creating a free SkySQL account).
91
+ - MariaDB server. If you don't want to install anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
92
92
- An SQL client tool like mariadb, DBeaver, or an SQL integration for your IDE.
93
93
94
94
## Running the app
Original file line number Diff line number Diff line change @@ -38,13 +38,12 @@ List<ProgrammingLanguageRecord> programmingLanguages = dslContext
38
38
.where(PROGRAMMING_LANGUAGE. RATING . greaterThan(3 ))
39
39
.orderBy(PROGRAMMING_LANGUAGE. RATING . desc())
40
40
.fetchInto(ProgrammingLanguageRecord . class);
41
- }
42
41
```
43
42
44
43
## Requirements
45
44
- Java 17 or later. Previous versions should work (update the version in the pom.xml file).
46
45
Apache Maven.
47
- - MariaDB server. If you don't want to install anything extra, try creating a free SkySQL account).
46
+ - MariaDB server. If you don't want to install anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
48
47
- An SQL client tool like mariadb, DBeaver, or an SQL integration for your IDE.
49
48
50
49
## Running the app
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Run CRUD operations on the database using the methods of `JpaRepository`. See th
67
67
## Requirements
68
68
- Java 17 or later. Previous versions should work (update the version in the ** pom.xml** file).
69
69
Apache Maven.
70
- - MariaDB server. If you don't want to install anything extra, try creating a free SkySQL account).
70
+ - MariaDB server. If you don't want to install anything extra, try creating a free [ SkySQL account] ( https://cloud.mariadb.com ) .
71
71
72
72
## Running the app
73
73
You can’t perform that action at this time.
0 commit comments