|
|
@@ -37,41 +37,16 @@
|
|
|
<artifactId>spring-boot-starter-actuator</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- Swagger UI -->
|
|
|
- <!--<dependency>
|
|
|
- <groupId>io.springfox</groupId>
|
|
|
- <artifactId>springfox-swagger-ui</artifactId>
|
|
|
- <version>${swagger.fox.version}</version>
|
|
|
- </dependency>-->
|
|
|
-
|
|
|
<!-- Mysql Connector -->
|
|
|
<dependency>
|
|
|
<groupId>mysql</groupId>
|
|
|
<artifactId>mysql-connector-java</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- zd Common DataSource -->
|
|
|
- <!--<dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-datasource</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!– zd Common DataScope –>
|
|
|
- <dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-datascope</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!– zd Common Log –>
|
|
|
- <dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-log</artifactId>
|
|
|
- </dependency>-->
|
|
|
-
|
|
|
<!-- zd Common Swagger -->
|
|
|
<dependency>
|
|
|
- <groupId>com.zd</groupId>
|
|
|
- <artifactId>zd-common-swagger</artifactId>
|
|
|
+ <groupId>com.zd.swagger</groupId>
|
|
|
+ <artifactId>common-swagger</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
@@ -79,17 +54,6 @@
|
|
|
<artifactId>jave-all-deps</artifactId>
|
|
|
<version>3.2.0</version>
|
|
|
</dependency>
|
|
|
- <!--<dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-test</artifactId>
|
|
|
- <scope>test</scope>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.junit.vintage</groupId>
|
|
|
- <artifactId>junit-vintage-engine</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>-->
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.springframework</groupId>
|