⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 application.xml

📁 This is a special code for rest with java language. For your reference, enjoy it.
💻 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 + -