Ver código fonte

动态路由

zdm 6 anos atrás
pai
commit
7eb356a495
1 arquivos alterados com 13 adições e 0 exclusões
  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>-->