We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e7a2a commit 9d3799bCopy full SHA for 9d3799b
pom.xml
@@ -38,7 +38,10 @@
38
<groupId>org.springframework.boot</groupId>
39
<artifactId>spring-boot-starter-data-jpa</artifactId>
40
</dependency>
41
-
+ <dependency>
42
+ <groupId>mysql</groupId>
43
+ <artifactId>mysql-connector-java</artifactId>
44
+ </dependency>
45
<dependency>
46
47
<artifactId>spring-boot-starter-web</artifactId>
0 commit comments