150. Schema Generation with Hibernate - dkkahm/study-springfamework5 GitHub Wiki

application.yml

jpa:
    hibernate:
        ddl-auto: validate
    database-platform: org.hibernate.dialect.MySQL5InnoDBDialect
    database: mysql
    show-sql: true
    properties:
        javax:
            peristence:
                schema-genration:
                    create-source: metadata
                    scripts:
                        action: create
                        create-target: guru_database_create.sql