ruchikagarg23

Results 4 comments of ruchikagarg23

When I navigate to http://host:port/api/test/api-docs, it shows my endpoint (testInfo tag): Below is the whole output: Api Docs ```json { "swagger": "2.0", "info": { "description": "Api Documentation", "version": "1.0", "title":...

Can you suggest what I would be missing? I have almost spend a week figuring this out. Also, I could see a below entry in tag section: { "name": "test-controller",...

I was able to execute a sample but when oAuth comes to picture, its not working. Are we suppose to add some configuration so that endpoints are getting displayed?

Hi, When I executed "gradle distDocker",I got below error Execution failed for task ':distDocker'. > org.apache.http.conn.HttpHostConnectException: Connection to http://xxx:2375 refused I have added below line in my build.gradle: distDocker {...