command line 썸네일형 리스트형 maven - set properties file content from command line 1. enable filtering of resources like below (아래와 같이 resource filtering 을 활성화 시킨다) src/main/resources true 2. then, declare a place holder in your src/main/resources/my.properties, like below.(properties 파일에 대입할 변수를 아래와 같이, 선언한다 => ${db.server.ip}) prop1 = blah prop2 = ${db.server.ip} 3. declare properties and it's value in a profile.(maven 의 설정파일인 pom.xml 에 아래와 같이 properties 파일에 대한 변수와 값을 설정한다.).. 더보기 이전 1 다음