Configure dropwizard to server index.html for (almost) all routes?
问题 I'm building a single page application which does all of it's html request routing on the client side and on the backend it uses dropwizard to provide a bunch of JSON services. Essentially I'm having trouble getting the jetty in dropwizard to serve index.html for every request except to the following paths: /css /i18n /img /js /lib /services /templates In fact I'm having a lot of trouble finding documentation that tells you how to setup any http routing at all. (I'm not a java guy). Here's my