18 lines
555 B
XML
18 lines
555 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee
|
|
https://jakarta.ee/xml/ns/jakartaee/web-app_6_0.xsd"
|
|
version="6.0"
|
|
metadata-complete="false">
|
|
|
|
<display-name>FotoSharing</display-name>
|
|
|
|
<!-- Désactiver l'enregistrement automatique du filtre d'erreur -->
|
|
<absolute-ordering>
|
|
<name>spring_web</name>
|
|
</absolute-ordering>
|
|
|
|
</web-app>
|
|
|