[Java][Spring] fix missing import for java.io.IOException (#5501)

* fix issue about import io exception for spring mvc

* fix spring-mvc-petstore-j8-async script, config

* update spring cloud client, restore petstore.yaml
This commit is contained in:
wing328
2017-04-28 00:45:06 +08:00
committed by GitHub
parent 42a5a13fef
commit 2324e927bd
88 changed files with 714 additions and 166 deletions

View File

@@ -16,7 +16,7 @@ import org.springframework.web.bind.annotation.RequestMethod;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.bind.annotation.RequestPart;
import org.springframework.web.multipart.MultipartFile;
{{#useSpringCloudClient}}
{{^useSpringCloudClient}}
import java.io.IOException;
{{/useSpringCloudClient}}