#配置 Jpa
jpa:
properties:
hibernate:
ddl-auto: none
# dialect: org.hibernate.dialect.MySQL5InnoDBDialect
dialect: org.hibernate.dialect.Oracle10gDialect
show_sql: true #控制台是否打印
format_sql: true #格式化sql语句
use_sql_comments: true #指出是什么操作生成了该语句
open-in-view: true