ConfigureMe

What is ConfigureMe

ConfigureMe is a configuration utility for really simple autoconfiguration of java objects. ConfigureMe focuses on different configuration of the same object in different Environments during staging (dev, test, prod). ConfigureMe configures POJOs based on annotations.

ConfigureMe is free and distributed under the MIT license.

Features

  • Automatic type safe configuration via annotations
  • Support for cascading environments
  • Automatic re-configuration of the configurables upon configuration (file) change
  • One on one relation between a configuration and a configurable object
  • Overview of all configuration options for a given configurable object at a glance
  • Low load time, low memory footprint
  • Support for system properties in config files.

Getting Started

Take your first steps with Getting Started.

How To Get

Maven

Dependency

<dependency>
  <groupId>net.anotheria</groupId>
  <artifactId>configureme</artifactId>
  <version>1.1.1</version>
</dependency>

Repository

http://nexus.anotheria.net/nexus/content/groups/public/

Ant With Ivy

TBD

Direct download from nexus

Binary
Sources
Javadoc

More

Current Version

Current version is 1.1.1.

Development version is 1.1.2-SNAPSHOT.

Check the Change Log for details.

 

License

ConfigureMe is free and distributed under the MIT license.