If you want to replace tokens in a file with values from a properties file
For example your file (profile.txt) contains the entry
1
|
|
and your properties file (values.properties) contains an entry
1
|
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|
If you want to replace tokens in a file with values from a properties file
For example your file (profile.txt) contains the entry
1
|
|
and your properties file (values.properties) contains an entry
1
|
|
1 2 3 4 5 6 7 8 9 10 11 12 |
|