Open alienatorZ opened 6 years ago
Do you solve this problem??
I found that it was work correct in version 2.2.2. So you can use
<dependency>
<groupId>org.wso2.msf4j</groupId>
<artifactId>msf4j-swagger</artifactId>
<version>2.2.2</version>
</dependency>
Im getting a class name in the path definition for Swagger.
Here is my output ... "paths": { "/@javax.ws.rs.Path(value=/objSvc)/hello/json": { "get": { "operationId": "get1", "produces": [ ...
here is the definition: @Path("/objSvc") public class NewService {
}
Any ideas why I would be seeing this as opposed to
/objSvc/hello/json ??
Thanks, AlienatorZ