Pure Configuration Handling
Learn how to implement the configuration for the pure project using PureConfig.
We'll cover the following...
In impure implementation, we simply loaded our configuration via the typesafe config library. Can’t we do better here?
Configuration
The answer is yes, we can by using the PureConfig library. First, we start by implementing the necessary parts of our configuration ...