You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the expected behavior and is documented in this section of the reference docs. I'd also generally recommend avoiding importing profile specific files directly.
Assuming the below files on my classpath:
When running with dev profile:
Expected:
spring.data.mongodb.uri
ismyDevOne
Actual:
spring.data.mongodb.uri
isstagingUrI
Is it something that should support?
Thank you!
The text was updated successfully, but these errors were encountered: