kevelopment / haruJs

JavaScript Web Framework built in TypeScript bringing in some Spring feelings.
0 stars 0 forks source link

Add Support for Properties Files #15

Open kevelopment opened 3 years ago

kevelopment commented 3 years ago

Add Implementation for reading an ya.config.json File which can be used to configure the application. Interesting values that can be provided via config might be

Maybe it's possible to inject Property Values via @Property("${foo}") or @Value("${foo}") into class member variables