Got this error: Failed to bind properties under 'spring.datasource.password' to java.lang.String: Reason: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.datasource.password' to java.lang.StringAction:Update your application's configuration
had to upgrade several spring boot projects to 3.4.0, the project is run succefully locally but when runned on azure k8 i got this error.
I am using com.github.ulisesbocchio.asypt-spring-boot version 3.5.0, and inside my application.yml => spring.datasource.password=ENC(...)
anyideas
Got this error: Failed to bind properties under 'spring.datasource.password' to java.lang.String: Reason: org.springframework.boot.context.properties.bind.BindException: Failed to bind properties under 'spring.datasource.password' to java.lang.StringAction:Update your application's configuration
had to upgrade several spring boot projects to 3.4.0, the project is run succefully locally but when runned on azure k8 i got this error.
I am using com.github.ulisesbocchio.asypt-spring-boot version 3.5.0, and inside my application.yml => spring.datasource.password=ENC(...)
anyideas