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

Popular posts from this blog

.htaccess - htaccess convert request to clean url and add slash at the end of the url -

php - facebook and github login HWIOAuthBundle and FOSUserBundle in Symfony2.1 -

hadoop - Sqoop installation export and import from postgresql -