Skip to content

Commit 9d3799b

Browse files
author
hpchen
committed
add mysql
1 parent 99e7a2a commit 9d3799b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
<groupId>org.springframework.boot</groupId>
3939
<artifactId>spring-boot-starter-data-jpa</artifactId>
4040
</dependency>
41-
41+
<dependency>
42+
<groupId>mysql</groupId>
43+
<artifactId>mysql-connector-java</artifactId>
44+
</dependency>
4245
<dependency>
4346
<groupId>org.springframework.boot</groupId>
4447
<artifactId>spring-boot-starter-web</artifactId>

0 commit comments

Comments
 (0)