Pablo Espinar Ext
- 活动总数 2
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 1
-
Pablo Espinar Ext 创建了一个帖子, 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:...