Skip to content

Commit

Permalink
fix some bug
Browse files Browse the repository at this point in the history
  • Loading branch information
devefx committed Mar 5, 2019
1 parent 366d5c1 commit 8a776e3
Showing 4 changed files with 11 additions and 31 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -66,7 +66,6 @@
<cobertura-maven-plugin.version>2.7</cobertura-maven-plugin.version>

<spring-boot.version>1.5.12.RELEASE</spring-boot.version>
<spring-cloud.version>Edgware.RELEASE</spring-cloud.version>
<commons-logging.version>1.2</commons-logging.version>
<retrofit2.version>2.5.0</retrofit2.version>
<dozermapper.version>6.4.0</dozermapper.version>
@@ -85,13 +84,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-dependencies</artifactId>
<version>${spring-cloud.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
5 changes: 0 additions & 5 deletions swagger-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
@@ -56,10 +56,5 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-context</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
swagger.documentation-type=swagger_2
swagger.api-info.title=API
swagger.api-info.description=Swagger API
swagger.api-info.contact.name=Yoke
swagger.api-info.contact.email=devefx@163.com
swagger.api-info.contact.url=https://github.com/devefx
swagger.select.apis.base-package=org.devefx.spring.boot.demo.controller
swagger.select.paths.any=true
swagger.path-mapping=/
swagger.direct-model-substitutes[0].clazz=java.time.LocalDate
swagger.direct-model-substitutes[0].with=java.lang.String
18 changes: 0 additions & 18 deletions swagger-spring-boot-starter/src/test/resources/application.yml

This file was deleted.

0 comments on commit 8a776e3

Please sign in to comment.