mail.properties
来自「随书光盘:精通Sping 2.0 的随书源代码」· PROPERTIES 代码 · 共 10 行
PROPERTIES
10 行
# Properties file with mail-related settings, used for scheduled info emails.
# Applied by PropertyPlaceholderConfigurer from "applicationContext.xml".
# Targeted at system administrators, to avoid touching the context XML files.
mail.host=mail.open-v.com
mail.from=test@open-v.com
mail.to=javaee@open-v.com
mail.username=test@open-v.com
mail.password=mamama
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?