Different files to be packaged in a Maven war project
问题 I have a war packaging Maven project, in which I have a Java properties files called myapp.properties. In this properties file, I store some parameters, for example, database connection parameters, which will be used by the webapp. Either in a continuous integration environment or in my development environment, I want to set some testing parameters in myapp.properties to connect to my test database for example. At the same time, I want to leave these parameters blank in my final war package