Advertisement
campos20

Untitled

May 20th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <properties>
  2. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  3. <maven.compiler.source>1.8</maven.compiler.source>
  4. <maven.compiler.target>1.8</maven.compiler.target>
  5. </properties>
  6.  
  7.  
  8.  
  9. <?xml version="1.0" encoding="UTF-8"?>
  10. <web-app
  11. xmlns="http://xmlns.jcp.org/xml/ns/javaee"
  12. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  13. xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_4_0.xsd"
  14. version="4.0">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement