Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Basic App Configuration Refresh Sample #48

Merged
merged 1 commit into from
Nov 29, 2021

Conversation

mrm9084
Copy link
Collaborator

@mrm9084 mrm9084 commented Sep 16, 2021

Purpose

Gives an example of Refreshing Configuration while application is running

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[x] Other... Please describe:

New Sample

How to Test

  • Get the code
    See Readme
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
mvn clean package spring-boot:run
  • Test the code
mvn clean package spring-boot:run

@backwind1233
Copy link
Contributor

backwind1233 commented Nov 18, 2021

Hi, @mrm9084 Can you also update the README.md and pom.xml
I am not familiar with app configuration, I can run the sample, but I don't know how to trigger the refresh, can you give a doc to guide me about the refresh feature?

@@ -0,0 +1,22 @@
# Azure App Configuration Refresh Sample

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you can write some description about this sample here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
azure-spring All azure-spring related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants