eclipse / microprofile-samples

Micro Profile Samples
Apache License 2.0
117 stars 63 forks source link

New sample for microprofile-config-api usage #47

Closed cchet closed 6 years ago

cchet commented 6 years ago

This is a new sample for microprofile-config-api usage. Please review and give me a feedback, if this sample is properly implemented and can be used as a sample for eclipse/microprofile-samples repository.

How to build: mvn clean install -Phammock How to run: java -DallowedUsers="het:mypass" -DlistAllConfigAllowed="true" -jar .\config-1.0.0-SNAPSHOT-hammock.jar

How to access:

This is the first draft of the microprofile-sample-config project.

Changes:

cchet commented 6 years ago

Is this repository still active ?

Emily-Jiang commented 6 years ago

Thanks for your contribution! Can you please fix the ip-validation? You need to sign off Eclipse Contribution Agreement. When you commit, you need to specify -s to sign off your contribution.