In the spring-boot project in the resources folder there is an xml template. Only one value changes in it. How can I get the contents of a file as a string with the embedded value of $ value in the code.
<body> <phone>$value</phone> </body> Now just zhardkodil part of the xml to the value and after and concatenated string.