application.properties

来自「Struts 开发的helloword程序」· PROPERTIES 代码 · 共 11 行

PROPERTIES
11
字号
# Resources for parameter 'hello.Application'
# Project hello
# Application Resource for the "Hello" example application
hello.jsp.title=Hello-A first Struts program
hello.jsp.page.heading=Hello World!A first Struts application
hello.jsp.prompt.person=Please enter a UserName to say hello to:
hello.jsp.page.hello=\u4F60\u597D

#Validation and error messages for HelloForm.java and HelloAction.java
hello.dont.talk.to.monster=We don't want to say hello to Monster!!!
hello.no.username.error=Please enter a <i> UserName</i> to say hello to\!

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?