Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knowledgefactory4u/spring-azure-app-config
How to externalize Spring Boot Properties to an Azure App Configuration Store
https://github.com/knowledgefactory4u/spring-azure-app-config
azureappconfiguration configuration springboot
Last synced: 23 days ago
JSON representation
How to externalize Spring Boot Properties to an Azure App Configuration Store
- Host: GitHub
- URL: https://github.com/knowledgefactory4u/spring-azure-app-config
- Owner: knowledgefactory4u
- License: gpl-3.0
- Created: 2022-07-05T16:05:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-05T16:11:48.000Z (over 2 years ago)
- Last Synced: 2024-11-14T20:32:40.039Z (3 months ago)
- Topics: azureappconfiguration, configuration, springboot
- Language: Java
- Homepage: https://www.knowledgefactory.net/2022/07/how-to-externalize-spring-boot-properties-to-an-azure-app-configuration-store.html
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# How to externalize Spring Boot Properties to an Azure App Configuration Store
# Local setup
Step 1: Download or clone the source code from GitHub to the local machine
Step 2: ```mvn clean install```
Step 3: ```mvn spring-boot:run```
More Info - https://www.knowledgefactory.net/2022/07/how-to-externalize-spring-boot-properties-to-an-azure-app-configuration-store.html