Commit 78f3351 1 parent 3ca6a4c commit 78f3351 Copy full SHA for 78f3351
File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ FROM openjdk:8-jre
3
3
WORKDIR /petstore
4
4
COPY target/lib/jetty-runner* /petstore/jetty-runner.jar
5
5
COPY ./run.sh /petstore/
6
- ADD target/swagger-petstore-v2-1.0.5 /petstore/webapp
6
+ ADD target/swagger-petstore-v2-1.0.6 /petstore/webapp
7
7
8
8
RUN apt-get update
9
9
Original file line number Diff line number Diff line change 9
9
<artifactId >swagger-petstore-v2</artifactId >
10
10
<packaging >war</packaging >
11
11
<name >swagger-petstore-v2</name >
12
- <version >1.0.5 </version >
12
+ <version >1.0.6 </version >
13
13
<properties >
14
14
<maven .compiler.source>1.8</maven .compiler.source>
15
15
<maven .compiler.target>1.8</maven .compiler.target>
Original file line number Diff line number Diff line change 35
35
<servlet-class >io.swagger.jaxrs.config.DefaultJaxrsConfig</servlet-class >
36
36
<init-param >
37
37
<param-name >api.version</param-name >
38
- <param-value >1.0.5 </param-value >
38
+ <param-value >1.0.6 </param-value >
39
39
</init-param >
40
40
<init-param >
41
41
<param-name >swagger.api.title</param-name >
Original file line number Diff line number Diff line change 90
90
plugins : [
91
91
SwaggerUIBundle . plugins . DownloadUrl
92
92
] ,
93
- layout : "StandaloneLayout"
93
+ layout : "StandaloneLayout" ,
94
+ queryConfigEnabled : true
94
95
} )
95
96
96
97
window . ui = ui
You can’t perform that action at this time.
0 commit comments