Guice-configuration icon indicating copy to clipboard operation
Guice-configuration copied to clipboard

Guice configuration module allows inject values from files as JSON, HOCON and Properties format

Results 2 Guice-configuration issues
Sort by recently updated
recently updated
newest added

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.6 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

I can't inject complex configuration into any class. Using Java 17. I get this error when resolving ``MessagePublisher.java``: ``No configuration setting found for key 'rabbitmq'`` My suspicion as that is...