grails で外部プロパティを使用する際に大きな問題が発生しています。config.groovy には次のものがあります。
grails.config.locations = ["file:grails-app/conf/config.properties"]
これは私の config.properties ファイルです:
test.prop.test=this is a test
これは私のコードにあります:
println grailsApplication.config["test.prop.test"]
なぜこれが機能しないのか、誰にもわかりませんか?