how to add a string inside @Value code example Example: how to add a variable to an string var str = "ello"; var letter = "h"; str = letter + str;