Bonjour,

Voici la structure arborescente de mon projet :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
-src
  -main
    -java
      -com
        -ag
          -web
            -SpringMobileExample2
    -webapp
       -index.jsp
       -css
         -index.css
       -WEB-INF
         -web.xml
-target
-pom.xml
Il s'agit d'un projet Maven. Je suis néophyte en ce qui concerne Maven et j'aimerais déployer mon application sur un serveur web pour qu'elle soit visible sur le net.

Pourriez-vous m'aider ?

Merci