python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python get multiline value from properties file
I have properties file with multilines and some of the values on more than 1 line. Something like this:
first.key=\
Right,\
Side,\
Value
second.key=Second value
third.key=Third...

user17881376
Votes: 0
Answers: 3
Java properties file path
I am reading properties file by a path like this:
String filePath = "src/main/resources/database.properties";
After I build the jar, the jar tries to again find properties file at this part...
9gagger07
Votes: 0
Answers: 1
Problems using multiple PropertySourcesPlaceholderConfigurer
Ok, I have been fighting this too long, time to ask for help. HELP!!!
I'm deploying an indipendent jar maven project that will be used as dependency into other projects.
I need that this jar loads its...
mandrake_2
Votes: 0
Answers: 0