The steps I'm taking to get the example going:
Now, I cannot get swagger to display any API information. I point the URL to http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT/documentation/resourceList which I think is the right place, but the display just hangs there with "fetching resource list: http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT/documentation/resourceList" and nothing else. The JSON returned at that url is
{
apiVersion: "v1",
swaggerVersion: "1.1",
basePath: "http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT"
}
Am I missing a step?
The steps I'm taking to get the example going:
Now, I cannot get swagger to display any API information. I point the URL to http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT/documentation/resourceList which I think is the right place, but the display just hangs there with "fetching resource list: http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT/documentation/resourceList" and nothing else. The JSON returned at that url is
{
apiVersion: "v1",
swaggerVersion: "1.1",
basePath: "http://localhost:8080/swagger4springweb-example-1.0.0-BUILD-SNAPSHOT"
}
Am I missing a step?