Hi there,
Spring Boot will try and connect to your database on startup, so if you are unable to connect, it will most likely prevent your application from going live after a deployment.
I currently don’t see you having set your datasource URL to a valid JDBC URL.
Regards,
Keith