application.xml
来自「This is a special code for rest with jav」· XML 代码 · 共 14 行
XML
14 行
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="Application_ID" version="1.4" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd">
<display-name>REST Services Gateway</display-name>
<module id="WebModule_1219282088138">
<web>
<web-uri>rest.gateway.war</web-uri>
<context-root>rest</context-root>
</web>
</module>
<security-role id="SecurityRole_1236134691015">
<role-name>RestServicesUser</role-name>
</security-role>
</application>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?