While I was using Spring Boot 1.5, on application startup Hibernate executed schema.sql file located in /resources folder when appropriate configuration is
I was able to make application run only after excluding Hikary CP like that:
org.springframework.boot spring-boot-starter-data-jpa com.zaxxer HikariCP
Please, see the issue here