?? mvc.xml.svn-base
字號(hào):
<?xml version="1.0" encoding="UTF-8"?>
<easyjf-web>
<modules>
<module name="desktop" path="/desktop" form="" scope="request" action="com.easyjweb.demo.mvc.DesktopAction" defaultPage="list" inject="byType">
</module>
##set ($domain = $!domainName.toLowerCase())
<!-- ${domain}Action -->
<module name="$domain" path="/$domain" form="" scope="request" action="$!{packageName}.mvc.$!{domainName}Action" defaultPage="list" inject="byType">
<page name="list" url="/${domain}/list.html" type="template" />
<page name="edit" url="/${domain}/edit.html" type="template" />
<page name="preview" url="/${domain}/preview.html" type="template" />
</module>
</modules>
</easyjf-web>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -