📄 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 + -