Skip to content

Spring Boot Enterprise is a framework to build internal Spring Boot libraries.

Notifications You must be signed in to change notification settings

SeanieGleason/spring-boot-enterprise

Repository files navigation

Spring Boot Enterprise

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.

Installation and Getting Started

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.

Modules

There are several modules in Spring Boot Enterprise. Here is a quick overview:

spring-boot-enterprise

The main library providing features that support the other parts of Spring Boot.

spring-boot-enterprise-autoconfigure

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.

spring-boot-enterprise-dependencies

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.

About

Spring Boot Enterprise is a framework to build internal Spring Boot libraries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages