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
I'm currently using Spring Boot 2.3.5.RELEASE and I'm trying to provide property via environment variable but the Spring boot app fails to start with the following exception:
`
APPLICATION FAILED TO START
Description:
Failed to bind properties under "vault" to com.example.relaxedbinding.Configuration:
Property: vault.token-runtime
Value: 242342
Origin: System Environment Property "VAULT_TOKEN_RUNTIME"
Reason: Failed to bind properties under 'vault' to com.example.relaxedbinding.Configuration
Action:
Update your application's configuration
`
The weird thing is that it does not fail on each run. The failure rate is 30%-ish.