Depois de realizar as configurações do application, CI e CD obtenho esse essa falha na inicialização do spring, segue o log junto com os arquivos da config
- Log do Heroku
Failed to instantiate [com.zaxxer.hikari.HikariDataSource]: Factory method 'dataSource' threw exception; nested exception is org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class 2022-10-03T19:58:50.071608+00:00 app[web.1]: 2022-10-03 19:58:50.071 INFO 3 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2022-10-03T19:58:50.119427+00:00 app[web.1]: 2022-10-03 19:58:50.119 INFO 3 --- [ main] ConditionEvaluationReportLoggingListener : 2022-10-03T19:58:50.119428+00:00 app[web.1]: 2022-10-03T19:58:50.119429+00:00 app[web.1]: Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2022-10-03T19:58:50.159002+00:00 app[web.1]: 2022-10-03 19:58:50.158 ERROR 3 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter : 2022-10-03T19:58:50.159003+00:00 app[web.1]: 2022-10-03T19:58:50.159004+00:00 app[web.1]: *************************** 2022-10-03T19:58:50.159008+00:00 app[web.1]: APPLICATION FAILED TO START 2022-10-03T19:58:50.159008+00:00 app[web.1]: *************************** 2022-10-03T19:58:50.159008+00:00 app[web.1]: 2022-10-03T19:58:50.159009+00:00 app[web.1]: Description: 2022-10-03T19:58:50.159009+00:00 app[web.1]: 2022-10-03T19:58:50.159010+00:00 app[web.1]: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. 2022-10-03T19:58:50.159010+00:00 app[web.1]: 2022-10-03T19:58:50.159011+00:00 app[web.1]: Reason: Failed to determine a suitable driver class 2022-10-03T19:58:50.159011+00:00 app[web.1]: 2022-10-03T19:58:50.159011+00:00 app[web.1]: 2022-10-03T19:58:50.159011+00:00 app[web.1]: Action: 2022-10-03T19:58:50.159012+00:00 app[web.1]: 2022-10-03T19:58:50.159012+00:00 app[web.1]: Consider the following: 2022-10-03T19:58:50.159012+00:00 app[web.1]: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. 2022-10-03T19:58:50.159013+00:00 app[web.1]: If you have database settings to be loaded from a particular profile you may need to activate it (the profiles prod are currently active). 2022-10-03T19:58:50.159013+00:00 app[web.1]: