fabiomaffioletti / jsondoc

Easily generate docs and playground for your RESTful API
http://jsondoc.org
MIT License
264 stars 127 forks source link

How to access /jsondoc of different spring boot programs through a jsondoc-ui.html #247

Open lhzxxy opened 5 years ago

lhzxxy commented 5 years ago

Hi, I want to access /jsondoc of different spring boot programs through a jsondoc-ui.html, but I find that http://localhost:9014/jsondoc-ui.html can only accss http://localhost:9014/jsondoc, not http://localhost:9999/jsondoc. How can I solve this problem? Thank you! image