Enabling Non-Spring Libraries to Access Spring Boot Components

From NovaOrdis Knowledge Base
Revision as of 17:34, 2 November 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * Spring Boot =Overview= This article describes a possible approach to give non-Spring libraries access to Spring Boot runtime component...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

This article describes a possible approach to give non-Spring libraries access to Spring Boot runtime components.

Playground Example

https://github.com/ovidiuf/playground/tree/master/spring/spring-boot/spring-boot-with-dependency

Approach