So the title says pretty much it all. I have a spring-boot based Microservices and I need to supply everything which usually goes to application.properties
via AWS AppConfig. How can I do this? I've created a sample project, but how can I do this for the database URL?
Asked
Active
Viewed 131 times
1

Don_Quijote
- 936
- 3
- 18
- 27
1 Answers
0
If I had correctly understand the question then you need to configure the application properties through the AWS Config. On high level, AWS Config has Configuration Profile
where you can store the configurations. The config profile can be in YML, JSON or text document format. Here is the official documentation of AWS config.

Kunal Varpe
- 419
- 1
- 5
- 28