mirror of
https://github.com/jlengrand/helidon.git
synced 2026-03-10 08:21:17 +00:00
19 lines
579 B
Plaintext
19 lines
579 B
Plaintext
= Helidon Integrations
|
|
|
|
The Helidon Integrations project contains adapter code that integrates
|
|
various useful external services into Helidon MicroProfile.
|
|
|
|
== `serviceconfiguration`
|
|
|
|
The `serviceconfiguration` subproject provides mechanisms for
|
|
automatically configuring and in some cases provisioning services.
|
|
|
|
== `cdi`
|
|
|
|
The `cdi` subproject contains CDI
|
|
http://docs.jboss.org/cdi/spec/2.0/cdi-spec.html#spi[portable
|
|
extensions] that integrate various external services into CDI
|
|
containers. Some subprojects make use of the `serviceconfiguration`
|
|
subproject described above.
|
|
|