Pablo Espinar Ext
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Kotlin Spring Boot is overriding values of yaml file
I have this yaml file: gateway: v1: url: urlV1 v2: url: urlV2 token: xyz My problem is that the file is not being properly parsed in my kotlin spring application. This is my code:...