Re: How to "Provide multiple values in new lines"

2016-09-18 Thread mail . taesu . kim
> > private List> hashtags; > I am trying to set it here. -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: Can't read swagger JSON from http://localhost:8080/v2/api-docs

2016-09-18 Thread tony tam
Well, likely the location of the api-docs isn’t what you think it is. Take a look at this project setup to see if it can help. My guess is that you have configured the server.contextPath in application.properties. The api-docs are, by default, relative to that location at /v2/api-docs. Note