Just in case you migrate from a previous boot version:
setting the following in your application.yml will prevent hibernate from looking for hibernate_sequence entries.
spring.jpa.hibernate.use-new-id-generator-mappings
That was the default in Boot 1.x