Sfoglia il codice sorgente

pom add spring-boot-jdbc

master
teddyhuang 5 anni fa
parent
commit
0cf9f37f20
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. +4
    -0
      pom.xml

+ 4
- 0
pom.xml Vedi 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>


Caricamento…
Annulla
Salva