YunaBraska / nano

tiny java tool - back to basics!
Apache License 2.0
4 stars 0 forks source link

[Core] Concept config multiple service #9

Open YunaBraska opened 8 months ago

YunaBraska commented 8 months ago

Description

Services can easily access the config like this: port = context.get("http_service_port", Integer.class);. There should be an optional way to configure two services of the same class differently.

Acceptance Criteria