Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Config

Boot module enables booting complex applications and services according to their dependencies in intelligent way.

You can add this module to your project by inserting the following dependency to pom.xml:

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>datakernel-config</artifactId>
    <version>3.2-SNAPSHOT</version>
</dependency>

To find out more about Boot components visit our site: