blob: 98db89795c8ee722abb065e503f394ce61c4254e [file] [log] [blame]
= MicroProfile Configuration ConfigSource Database
:index-group: MicroProfile
:jbake-type: page
:jbake-status: published
This is an example on how to implement a custom MicroProfile Configuration ConfigSource. The custom ConfigSource is
going to read configuration values from a Database.
== Run the application:
[source,bash]
----
mvn clean install tomee:run
----