I have a SpringBoot 2.0.1.RELEASE application using spring data / jpa
org.sprin
Add the following config in your application.yml:
spring: jpa: hibernate: use-new-id-generator-mappings: false
Or this if you use application.properties
spring.jpa.hibernate.use-new-id-generator-mappings= false