The Spring Boot approach to building enterprise libraries at your company. By building on the same principals as the Spring Boot Project, you too can build auto-configuration and Bills of Material for your company with minimum fuss.
Simply fork this repository and perform the following:
TODO
The Spring Boot reference documentation already includes detailed installation instructions as well as a comprehensive getting started
guide.
There are several modules in Spring Boot Enterprise. Here is a quick overview:
The main library providing features that support the other parts of Spring Boot.
Spring Boot Enterprise can configure large parts of typical applications based on the content of their classpath.
Since it uses Spring Boot underneath the covers, a single @EnableAutoConfiguration
annotation triggers auto-configuration of the Spring context.
Auto-configuration attempts to deduce which beans a user might need. Auto-configuration will always back away as the user starts to define their own beans.
Provides a Bill of Materials for the entire Spring Boot Enterprise project. This project extends the Spring Boot Dependencies BOM to allow for custom libraries to be built with a compatability in mind by locking in an assigned Spring Boot version.