feat: support open-liberty javaee

This commit is contained in:
ReaJason
2026-01-12 02:12:34 +08:00
parent ad8d2713ad
commit cbc71e5a52
23 changed files with 4943 additions and 65 deletions
@@ -1,4 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<web-ext>
<web-ext
xmlns="http://websphere.ibm.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://websphere.ibm.com/xml/ns/javaee http://websphere.ibm.com/xml/ns/javaee/ibm-web-ext_1_0.xsd"
version="1.0">
<context-root uri="/app"/>
</web-ext>