📄 application.xml
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -