Browse Source

pom add spring-boot-jdbc

master
teddyhuang 5 years ago
parent
commit
0cf9f37f20
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      pom.xml

+ 4
- 0
pom.xml View File

@@ -57,6 +57,10 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
</dependency>


<dependency>


Loading…
Cancel
Save