MicroProfile Config - Getting Started with MicroProfile

preview_player
Показать описание
The MicroProfile Config specification is all about injecting configuration properties from external sources. Watch this video to learn everything you need to know about this specification.

Have fun using MicroProfile Config,
Phil
Рекомендации по теме
Комментарии
Автор

Thank you so much for the tutorial. This really helps.

venkateshe
Автор

Thanks for the video. So if I want to have my properties from other file, eg. “app.properties” located outside jar (external), then I have to write custom config?

wrajaka
Автор

Many thanks for this tutorial.
It would be great if you make a tutorial about the creation of an application using different specifications.

adamo
Автор

Thanks for the tutorial. Microprofile is new to me, kindly have a video for creation of the project in Intellij or any other IDE.

SubodhKumar-qbze
Автор

Thanks for the video. Is it possible to use microprofile config in Java SE? If so, how do I have to setup this?

r-uucurious
Автор

Can I setup a DB connection with microProfile instead Persistence-Unit?

davidsalleyezonme
Автор

Hello, when I call the value of message I get null.

davidsalleyezonme