From 1b4367ffbad0db7b74586efba2deb2d85d947e66 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Sun, 5 Apr 2015 13:50:49 -0700 Subject: [PATCH] updated readme --- .../src/main/resources/JavaSpringMVC/README.mustache | 2 +- samples/server/petstore/spring-mvc/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/swagger-codegen/src/main/resources/JavaSpringMVC/README.mustache b/modules/swagger-codegen/src/main/resources/JavaSpringMVC/README.mustache index f4364ccfc81..f357cb9a081 100644 --- a/modules/swagger-codegen/src/main/resources/JavaSpringMVC/README.mustache +++ b/modules/swagger-codegen/src/main/resources/JavaSpringMVC/README.mustache @@ -8,4 +8,4 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap The underlying library integrating swagger to Spring-MVC is [springfox](https://github.com/springfox/springfox) -You can view the server in swagger-ui by pointing to http://localhost:8002{{^contextPath}}/{{/contextPath}}{{#contextPath}}{{contextPath}}{{/contextPath}}/swagger.json \ No newline at end of file +You can view the server in swagger-ui by pointing to http://localhost:8002{{^contextPath}}/{{/contextPath}}{{#contextPath}}{{contextPath}}{{/contextPath}}/sdoc.jsp \ No newline at end of file diff --git a/samples/server/petstore/spring-mvc/README.md b/samples/server/petstore/spring-mvc/README.md index 615cc51f369..3ec7c5d70ea 100644 --- a/samples/server/petstore/spring-mvc/README.md +++ b/samples/server/petstore/spring-mvc/README.md @@ -8,4 +8,4 @@ This server was generated by the [swagger-codegen](https://github.com/swagger-ap The underlying library integrating swagger to Spring-MVC is [springfox](https://github.com/springfox/springfox) -You can view the server in swagger-ui by pointing to http://localhost:8002/v2/swagger.json \ No newline at end of file +You can view the server in swagger-ui by pointing to http://localhost:8002/v2/sdoc.jsp \ No newline at end of file