search

Home  >  Q&A  >  body text

java - 【大神请看这里】propertie文件是否支持自动转译?

需求:

项目中的.properties文件定义的很多数据项,重复定义了某个资源路径。
一旦切换到另一个开发环境中时,改动地方很多,神烦!
比如:

如图所示:
![图片描述][1]

(想着,能不能通过在.propertes文件中定义公共变量来解决。
 比如: @project='D:\\workspace\\20151007-branch-dahsing'的方式)
PHP中文网PHP中文网2837 days ago450

reply all(1)I'll reply

  • 天蓬老师

    天蓬老师2017-04-17 15:27:50

    You can define a variable to represent the current development environment. Different environments load different properties files.

    reply
    0
  • Cancelreply