Différences
Ci-dessous, les différences entre deux révisions de la page.
| Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
| web:framework:spring:deployment-undertow [2026/03/02 09:45] – jcheron | web:framework:spring:deployment-undertow [2026/04/24 03:07] (Version actuelle) – jcheron | ||
|---|---|---|---|
| Ligne 9: | Ligne 9: | ||
| </ | </ | ||
| === Installer Java === | === Installer Java === | ||
| - | Choisir une version compatible (supérieure ou égale à la verion | + | Choisir une version compatible (supérieure ou égale à la version |
| <sxh bash; | <sxh bash; | ||
| cd /tmp | cd /tmp | ||
| - | wget https:// | + | wget https:// |
| - | dpkg -i jdk-17_linux-x64_bin.deb | + | dpkg -i jdk-21_linux-x64_bin.deb |
| java -version | java -version | ||
| + | </ | ||
| + | |||
| + | === Maven === | ||
| + | Installer Maven : | ||
| + | <sxh bash; | ||
| + | apt install maven | ||
| </ | </ | ||
| Ligne 42: | Ligne 48: | ||
| User=undertow | User=undertow | ||
| Group=undertow | Group=undertow | ||
| - | ExecStart=/ | + | ExecStart=/ |
| - | WorkingDirectory=/ | + | WorkingDirectory=/ |
| Restart=on-failure | Restart=on-failure | ||
| RestartSec=10 | RestartSec=10 | ||