?? springapplication.xml
字號:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<!-- - Application context definition for "springapp" DispatcherServlet. -->
<beans>
<description>Spring Quick Start</description>
<bean id="theUpperAction" class="springj2seapp.UpperAction">
<property name="message">
<value>HeLLo,UpperAction </value>
</property>
</bean>
<bean id="theLowerAction" class="springj2seapp.LowerAction">
<property name="message">
<value>HeLLo,LowerAction </value>
</property>
</bean>
</beans>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -