encountering the said exception again lately with a introduction of a local library, the solution is to exclude the auto config:
@SpringBootAppplication(exclude={
DataSourceAutoConfiguration.class
})
encountering the said exception again lately with a introduction of a local library, the solution is to exclude the auto config:
@SpringBootAppplication(exclude={
DataSourceAutoConfiguration.class
})