spring: jpa: hibernate: ddl-auto: update show-sql: true database-platform: org.hibernate.dialect.H2Dialect datasource: url: jdbc:h2:file:D:/data/db driver-class-name: org.h2.Driver username: sa password: h2: console: enabled: true
因篇幅问题不能全部显示,请点此查看更多更全内容