Skip to content

Commit 1a9dd82

Browse files
committed
Update read me files
1 parent f6bcbcc commit 1a9dd82

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,24 @@
22

33
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=plastic)](https://opensource.org/licenses/MIT)
44

5-
Pick your technology:
5+
This repository contains examples on how to connect to [MariaDB](https://mariadb.com) databases using a combination of different Java libraries and frameworks.
6+
7+
## JDBC & JPA
68

79
- [JDBC (Java Database Connectivity)](jdbc/): The foundational technology used for persistence in Java.
810
- [JPA/Hibernate](jpa-hibernate): The de-facto standard for consuming databases from Java apps.
11+
12+
## Spring Boot
13+
914
- [Spring Boot Data JPA](spring-boot-jpa/): Spring-based programming model for data access on top of JPA.
15+
- [R2DBC ➚](https://github.com/mariadb-developers/reactive-programming-java-examples): Reactive database connectivity.
16+
- [jOOQ](spring-boot-jooq/): Type-safe SQL queries in Java.
1017
- MyBatis (work in progress)
11-
- jOOQ (work in progress)
18+
19+
## Jakarta EE (Java EE)
20+
21+
(work in progress)
22+
23+
## Quarkus
24+
25+
(work in progress)

spring-boot-jpa/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,5 @@ Run the following in the command line:
8686
git clone [email protected]:mariadb-developers/java-quickstart.git
8787
cd java-quickstart/jpa-hibernate/
8888
mvn package
89-
java -jar target/jpa-hibernate-1.0-SNAPSHOT.jar
89+
java -jar target/spring-boot-jpa-0.0.1-SNAPSHOT.jar
9090
```
91-
92-
## Tutorial
93-
94-
_(Work in progress...)_

0 commit comments

Comments
 (0)