需求:
项目中的.properties文件定义的很多数据项,重复定义了某个资源路径。
一旦切换到另一个开发环境中时,改动地方很多,神烦!
比如:
root.path=D:\\workspace\\20151007-branch-dahsing
protocol.file.path=D:\\workspace\\20151007-branch-dahsing/WEB-INF/classes/protocols.xml
如图所示:
![图片描述][1]
(想着,能不能通过在.propertes文件中定义公共变量来解决。
比如: @project='D:\\workspace\\20151007-branch-dahsing'的方式)
You can define a variable to represent the current development environment. Different environments load different properties files.