Add internal property replacement

E.g. in application.properties (for launcher)

foo: Application
loader.main: my.${foo}
loader.path: etc
This commit is contained in:
Dave Syer
2013-09-24 09:15:24 +01:00
parent a70d293c87
commit a3af83cf96
3 changed files with 62 additions and 13 deletions

View File

@@ -1,2 +1,3 @@
loader.main: my.Application
foo: Application
loader.main: my.${foo}
loader.path: etc