feat: first commit
This commit is contained in:
17
target/FotoSharing-0.0.1-SNAPSHOT/WEB-INF/web.xml
Normal file
17
target/FotoSharing-0.0.1-SNAPSHOT/WEB-INF/web.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?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>
|
||||
|
||||
Reference in New Issue
Block a user