Easy Config - Core

Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. ISSUES: -v potomkovi mam rucne psanou pomocnou property, ta se nesmi dostat do property descriptoru, pak je tam s klicem null -pokud reloadArgs byposition vrati null, vyhodit hned vyjimku - confDef = byOrder.get(iPos++); TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance -static enum Def -more executions with different configuration has conflict in options and names

License

License

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

com.socialbakers.easy-config
ArtifactId

ArtifactId

easy-config-core
Last Version

Last Version

0.5.7
Release Date

Release Date

Type

Type

jar
Description

Description

Easy Config - Core
Maven plugin for small application config support. Allows you to define configuration for your application at one place and generate config files and java class. Configuration can be instantiate by var args, file config or environment variables or combination of all. ISSUES: -v potomkovi mam rucne psanou pomocnou property, ta se nesmi dostat do property descriptoru, pak je tam s klicem null -pokud reloadArgs byposition vrati null, vyhodit hned vyjimku - confDef = byOrder.get(iPos++); TODO: - boolean opts -- is/get -- option without value true - make def enum public - static instance to access from everywhere without pass an instance -static enum Def -more executions with different configuration has conflict in options and names

Download easy-config-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/ -->
<dependency>
    <groupId>com.socialbakers.easy-config</groupId>
    <artifactId>easy-config-core</artifactId>
    <version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/
implementation 'com.socialbakers.easy-config:easy-config-core:0.5.7'
// https://jarcasting.com/artifacts/com.socialbakers.easy-config/easy-config-core/
implementation ("com.socialbakers.easy-config:easy-config-core:0.5.7")
'com.socialbakers.easy-config:easy-config-core:jar:0.5.7'
<dependency org="com.socialbakers.easy-config" name="easy-config-core" rev="0.5.7">
  <artifact name="easy-config-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.socialbakers.easy-config', module='easy-config-core', version='0.5.7')
)
libraryDependencies += "com.socialbakers.easy-config" % "easy-config-core" % "0.5.7"
[com.socialbakers.easy-config/easy-config-core "0.5.7"]

Dependencies

compile (7)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.7
commons-io : commons-io jar 2.4
org.apache.commons : commons-lang3 jar 3.3.2
org.freemarker : freemarker jar 2.3.20
jdom : jdom jar 1.1
commons-beanutils : commons-beanutils jar 1.9.1
com.google.guava : guava jar 18.0

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.7
0.5.6
0.5.5
0.5.4
0.5.2
0.5.1
0.5