How do you maintain java webapps in different staging environments?

后端 未结 13 2541
傲寒
傲寒 2020-12-29 10:23

You might have a set of properties that is used on the developer machine, which varies from developer to developer, another set for a staging environment, and yet another fo

相关标签:
13条回答
  • 2020-12-29 11:09

    I use Ant's copy with a filter file. In the directory with the config file with variables I have a directory with a file for each environment. The build script know the env and uses the correct variable file.

    0 讨论(0)
提交回复
热议问题