2

I am trying to read a long value (I will need also a String) from application.properties file. How can I do this? The guides I found aren't so clear.

ivaigult
  • 6,198
  • 5
  • 38
  • 66
Anagn
  • 34
  • 1
  • 4

1 Answers1

0

I Faced the same query and "\" saved me there.

suppose you need add Value : ABCDEFGHIJKLMNOPQRSTUVWXYZ

you can write it like :

ABCDEF\
GHIJKL\
MNOPQR\
STUVWX\
YZ