Azure-Samples / java-microservices-aks-lab

This lab walks you through the creation of a Java microservices application on AKS integrated with multiple Azure services
MIT License
10 stars 159 forks source link

Make application.yml changes easier #20

Closed vermegi closed 9 months ago

vermegi commented 1 year ago

Lots of line numbers used for changes. Make these changes more obvious/easier to copy Config/profile problems: Several learners spent a lot of time trying to figure out issues with their configuration profiles. Some config files were looking for a "default" profile, some "docker," some "mysql," some "production." Multiple learners had to include the eureka config section at the top of their config files, outside of any profiles, to get the containers to recognize this request.