Skip to content

Commit bad3b41

Browse files
author
赵汉卿
committed
springfox-swagger 2.9.2使用的swagger-models版本(1.5.20)有bug,不填example会报错
1 parent 1242a30 commit bad3b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.swagger</groupId>
9191
<artifactId>swagger-models</artifactId>
92-
<version>version.swagger-models</version>
92+
<version>${version.swagger-models}</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.springfox</groupId>

0 commit comments

Comments
 (0)