Issues with loading properties files using FileInputStream

App.java 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 package com.my;  ...

Parametrize anything using maven Resource filtering.

Was trying to Parametrize persistence.xml in src/main/resources/META-INF .  Came accross concept of  Resource Filtering by maven Resources plugin. 1. Replace values with variables in whichever file...