0x1306e6d / tollgate

An API gateway for your microservice.
MIT License
6 stars 1 forks source link

Implement loading configuration from resource #17

Closed 0x1306e6d closed 4 years ago

0x1306e6d commented 4 years ago

Motivation

close #12

Description

Load configuration from resource.

For example:

final LithConfig config = LithConfig.fromResource(Path.of("lith.json"));