File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ This Maven project shows the minimal configuration needed to connect to MariaDB
99Add 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
2323Configure the database connection in the ** application.properties** file:
You can’t perform that action at this time.
0 commit comments