messages.properties

来自「基于java的组态软件。使用了hibernate和spring技术」· PROPERTIES 代码 · 共 12 行

PROPERTIES
12
字号
title=SpringApp
heading=Hello :: SpringApp
greeting=Greetings, it is now

priceincrease.heading=Price Increase :: SpringApp
error.not-specified=Percentage not specified!!!
error.too-low=You have to specify a percentage higher than {0}!
error.too-high=Don't be greedy - you can't raise prices by more than {0}%!
required=Entry required.
typeMismatch=Invalid data.
typeMismatch.percentage=That is not a number!!! 

⌨️ 快捷键说明

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