I am using Spring MVC(but no Spring Boot)
I have config application.properties
as my property file
<context:property-placeholder location="classpath:application.properties" />
But I need to switch it to another one when debugging. Is there a way to set a different one easily without modify any source code.
Please note that I am not trying to switch log4j.properties but application.properties.
PS: I am using InteliJ