Skip to content

Static content

Miguel Pérez Colom edited this page Jul 25, 2020 · 1 revision

Mateu MDD projects use maven overlays to create the final web app.

This means that you can add your own static content, as images, css files, html files or whatever and they will be served by the servlet container.

E.g. this is needed if you want to add Google validation html files to your app.

To add static content to your web app you only need to create a webapp directory under src/main. Everything under the webapp directory will be added to the final war.

Clone this wiki locally