Found the cause of my error!
Somehow there was a space after my property
- url: ${db.connectionURL}
- username: ${db.username}
- password: ${db.password}
When I removed all spaces everything works!