Hi, i'm doing an e commerce with the backend in spring and for recipes i'm returning mimeMessage emails but i'm building my htmls as strings dynamically, so it's a hard string process ... is there any library that you've used and recommend for doing this?
k
Kepha
07/31/2020, 1:24 AM
println(“The number of Zebras is: $numZebras”)kotlin String support inline variable with ${var} : It is so cool more than java.