zdm 6 anni fa
parent
commit
7eb356a495
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      pom.xml

+ 13 - 0
pom.xml

@ -40,6 +40,19 @@
        <!-- 安全认证中心-->
        <!-- Jdbc-->
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-jdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>mysql</groupId>
            <artifactId>mysql-connector-java</artifactId>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.apache.commons</groupId>
            <artifactId>commons-dbcp2</artifactId>
        </dependency>
        <!--<dependency>-->
            <!--<groupId>org.springframework.boot</groupId>-->
            <!--<artifactId>spring-boot-starter-jdbc</artifactId>-->