Grails ${appName} Parameter substitution -
my problem simple - ${appname} property substitution in config.groovy not appear working me.
i have config item called path.to.resources = ${appname}/videos, when read controller using grailsapplication.config.path.to.resources, i ${appname}/videos instead of myappname/videos.
i'm using grails 2.0.4 , sts
try this
path.to.resources = "${appname}/videos"
Comments
Post a Comment