Spring boot example
-
Hello,
Has someone an example of a spring boot project with quasar (and gradle).
I tried and it works when running bootRun, but with a build jar it doesn’t work because it failed to serve some (empty) css files -
FYI, i solved this by putting extractCSS: false in the quasar conf. In this case there are no css files generated
But it feels more like a work around