I am creating a one-page application that routes all of its client-side html requests and uses the dropwizard on the backend to provide many JSON services.
Essentially, I canβt get the dock in dropwizard to maintain index.html for each request, except for the following paths: / CSS / i 18n / IMG / JS / Lib / Services / Templates
In fact, I have a lot of problems finding documentation that tells how to configure any http routing in general. (I am not a guy from java).
Here is my simple yaml configuration: http: port: 8082 adminPort: 8083 rootPath: /service/*
What I need to add for this.
thanks
java jetty configuration dropwizard
Helder roem
source share