mdw icon indicating copy to clipboard operation
mdw copied to clipboard

In client apps, dashboard URL returns 404 without spring-boot-starter-web

Open donaldoakes opened this issue 6 years ago • 1 comments

Without this dependency, the Dashboard (and in fact all top-level Index.jsx assets) return 404 to the browser (bypassing MDW's NotFoundServlet).

compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: springBootVersion

donaldoakes avatar Feb 26 '19 01:02 donaldoakes

For the time being I've updated the build.gradle template to include the 'spring-boot-starter-web' dependency. However, I'm leaving this issue open in hopes we can understand the root cause and revert this hard dependency on starter-web.

donaldoakes avatar Feb 26 '19 17:02 donaldoakes