SpringMVC - structure
MVC schéma
Structure d'une application Spring Boot
dossier/fichier | Contenu |
---|---|
src/main/java/ | Sources java du projet |
src/main/resources/ | Resources |
static : css+js+images | |
templates : vues/templates | |
libraries : jars | |
application.properties : fichier de configuration de l'application | |
src/test/java/ | Tests unitaires et fonctionnels. |
target/ | Dossier de déploiement |
pom.xml : fichier de configuration maven |