Skip to content

Commit c3da1f0

Browse files
committed
updated samples for spring generators
1 parent d6e3a9f commit c3da1f0

File tree

103 files changed

+157
-95
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+157
-95
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.31-SNAPSHOT
1+
3.0.35-SNAPSHOT

samples/client/petstore/spring-cloud-v2/src/main/java/io/swagger/api/DefaultApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud-v2/src/main/java/io/swagger/api/PetApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud-v2/src/main/java/io/swagger/api/StoreApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud-v2/src/main/java/io/swagger/api/UserApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud-v2/src/test/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ hystrix.command.default.execution.timeout.enabled: false
99
logging.level.io.swagger.api: DEBUG
1010

1111
feign.hystrix.enabled: true
12+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.0.31-SNAPSHOT
1+
3.0.35-SNAPSHOT

samples/client/petstore/spring-cloud/src/main/java/io/swagger/api/DefaultApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud/src/main/java/io/swagger/api/PetApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

samples/client/petstore/spring-cloud/src/main/java/io/swagger/api/StoreApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* NOTE: This class is auto generated by the swagger code generator program (3.0.31-SNAPSHOT).
2+
* NOTE: This class is auto generated by the swagger code generator program (3.0.35-SNAPSHOT).
33
* https://github.com/swagger-api/swagger-codegen
44
* Do not edit the class manually.
55
*/

0 commit comments

Comments
 (0)