-
Notifications
You must be signed in to change notification settings - Fork 11
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.
- Home
- Disclaimer
- See it in action
- User manual (v3)
- UX and IA
- Internals
- Roadmap
- Javadoc
- SonarQube
- Other MDD frameworks
- Thanks