Skip to content

Commit 752507c

Browse files
authored
Update README.md
1 parent 5ccb198 commit 752507c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

spring-boot-jpa/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ This Maven project shows the minimal configuration needed to connect to MariaDB
99
Add the the Spring Data JPA dependency and the [MariaDB JDBC Driver](https://mariadb.com/docs/clients/mariadb-connectors/connector-j/):
1010

1111
```xml
12-
<dependency>
13-
<groupId>org.springframework.boot</groupId>
14-
<artifactId>spring-boot-starter-data-jpa</artifactId>
15-
</dependency>
16-
17-
<dependency>
18-
<groupId>org.mariadb.jdbc</groupId>
19-
<artifactId>mariadb-java-client</artifactId>
20-
</dependency>
12+
<dependency>
13+
<groupId>org.springframework.boot</groupId>
14+
<artifactId>spring-boot-starter-data-jpa</artifactId>
15+
</dependency>
16+
17+
<dependency>
18+
<groupId>org.mariadb.jdbc</groupId>
19+
<artifactId>mariadb-java-client</artifactId>
20+
</dependency>
2121
```
2222

2323
Configure the database connection in the **application.properties** file:

0 commit comments

Comments
 (0)